Skip to content

Commit

Permalink
CI: Also mirror 'under review' issues
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Aug 24, 2024
1 parent 1254c8e commit 5d183bf
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'
if: github.event.label.name == 'reproduced' || github.event.label.name == 'under review'
runs-on: ubuntu-latest
steps:
- name: Get mirror issue number
Expand Down

0 comments on commit 5d183bf

Please sign in to comment.