We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746225c commit 5551098Copy full SHA for 5551098
.github/workflows/HighPriorityIssues.yml
@@ -1,4 +1,4 @@
1
-name: Create Internal issue when the "High Priority" label is applied
+name: Create Internal issue when the "reproduced" label is applied
2
on:
3
issues:
4
types:
@@ -13,7 +13,7 @@ env:
13
14
jobs:
15
create_or_label_issue:
16
- if: github.event.label.name == 'High Priority'
+ if: github.event.label.name == 'reproduced'
17
runs-on: ubuntu-latest
18
steps:
19
- name: Get mirror issue number
0 commit comments