Skip to content

Commit 3b75476

Browse files
committed
Improve canary issue titles
1 parent 312071d commit 3b75476

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/CANARY_FAILURE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Canary tests failed
2+
title: {{ env.TITLE }}
33
labels: 'Status: Untriaged, Type: Tests'
44
---
55
Canary tests failed: {{ env.RUN_LINK }}

.github/workflows/canary.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)