Skip to content

Commit

Permalink
Update HighPriorityIssues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi authored Sep 17, 2024
1 parent 746225c commit 5551098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/HighPriorityIssues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Internal issue when the "High Priority" label is applied
name: Create Internal issue when the "reproduced" label is applied
on:
issues:
types:
Expand All @@ -13,7 +13,7 @@ env:

jobs:
create_or_label_issue:
if: github.event.label.name == 'High Priority'
if: github.event.label.name == 'reproduced'
runs-on: ubuntu-latest
steps:
- name: Get mirror issue number
Expand Down

0 comments on commit 5551098

Please sign in to comment.