Skip to content

Commit 5551098

Browse files
authored
Update HighPriorityIssues.yml
1 parent 746225c commit 5551098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/HighPriorityIssues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Internal issue when the "High Priority" label is applied
1+
name: Create Internal issue when the "reproduced" label is applied
22
on:
33
issues:
44
types:
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
create_or_label_issue:
16-
if: github.event.label.name == 'High Priority'
16+
if: github.event.label.name == 'reproduced'
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Get mirror issue number

0 commit comments

Comments
 (0)