File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : Canary tests failed
3
- labels : ' Status: Untriaged, Type: Tests'
2
+ title : ' {{ env.TITLE }} '
3
+ labels : ' Type: Tests'
4
4
---
5
5
Canary tests failed: {{ env.RUN_LINK }}
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ jobs:
133
133
env :
134
134
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
135
135
RUN_LINK : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
136
+ TITLE : ${{ matrix.label }} Test Failed
136
137
with :
137
138
filename : .github/CANARY_FAILURE_TEMPLATE.md
138
139
update_existing : true
@@ -173,6 +174,7 @@ jobs:
173
174
env :
174
175
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
175
176
RUN_LINK : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
177
+ TITLE : Ember Canary ${{ matrix.scenario }} Test Failed
176
178
with :
177
179
filename : .github/CANARY_FAILURE_TEMPLATE.md
178
180
update_existing : true
You can’t perform that action at this time.
0 commit comments