Skip to content

Commit 64cb6ae

Browse files
authored
Merge pull request duckdb#80 from duckdb/ci-add-issue-mirroring-job2
CI: Also mirror 'under review' issues
2 parents 1254c8e + 5d183bf commit 64cb6ae

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)