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 11---
2- title : Canary tests failed
3- labels : ' Status: Untriaged, Type: Tests'
2+ title : ' {{ env.TITLE }} '
3+ labels : ' Type: Tests'
44---
55Canary tests failed: {{ env.RUN_LINK }}
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ jobs:
133133 env :
134134 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
135135 RUN_LINK : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
136+ TITLE : ${{ matrix.label }} Test Failed
136137 with :
137138 filename : .github/CANARY_FAILURE_TEMPLATE.md
138139 update_existing : true
@@ -173,6 +174,7 @@ jobs:
173174 env :
174175 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
175176 RUN_LINK : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
177+ TITLE : Ember Canary ${{ matrix.scenario }} Test Failed
176178 with :
177179 filename : .github/CANARY_FAILURE_TEMPLATE.md
178180 update_existing : true
You can’t perform that action at this time.
0 commit comments