Skip to content

Commit

Permalink
Avoid creating internal issues for 'under_review'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Aug 23, 2024
1 parent 3946612 commit cd0ae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/InternalIssuesCreateMirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

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

0 comments on commit cd0ae4f

Please sign in to comment.