Skip to content

Commit 5d183bf

Browse files
committed
CI: Also mirror 'under review' issues
1 parent 1254c8e commit 5d183bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/InternalIssuesCreateMirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
create_or_label_issue:
14-
if: github.event.label.name == 'reproduced'
14+
if: github.event.label.name == 'reproduced' || github.event.label.name == 'under review'
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Get mirror issue number

0 commit comments

Comments
 (0)