Skip to content

Commit d964441

Browse files
authored
Merge pull request #180 from CCPBioSim/179-yaml-error
Fix invalid `YAML` in CI failure issue template
2 parents 52f4e12 + ccf2b92 commit d964441

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: CI Failure: MDAnalysis v{{ env.MDA_VERSION }} / Python {{ env.PYTHON_VERSION }}
3-
labels: CI Failure, MDAnalysis Compatibility
2+
title: "CI Failure: MDAnalysis v{{ env.MDA_VERSION }} / Python {{ env.PYTHON_VERSION }}"
3+
labels:
4+
- "CI Failure"
5+
- "MDAnalysis Compatibility"
46
---
57

6-
### Automated MDAnalysis Compatibility Test Failure
7-
8-
**MDAnalysis version**: `{{ env.MDA_VERSION }}`
9-
**Python version**: `{{ env.PYTHON_VERSION }}`
10-
**Workflow Run**: [Run #{{ env.RUN_NUMBER }}]({{ env.RUN_URL }})
8+
Automated MDAnalysis Compatibility Test Failure
9+
MDAnalysis version: {{ env.MDA_VERSION }}
10+
Python version: {{ env.PYTHON_VERSION }}
11+
Workflow Run: [Run #{{ env.RUN_NUMBER }}]({{ env.RUN_URL }})

0 commit comments

Comments
 (0)