Skip to content

Commit 89f1212

Browse files
committed
fixup! tools: allow triagers to queue a PR for CI until it's reviewed
1 parent 9fb6c27 commit 89f1212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-start-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
--label 'request-ci' \
3434
--json 'number' \
3535
--search 'review:approved' \
36+
-t '{{ range . }}{{ .number }} {{ end }}' \
3637
--limit 5)" >> "$GITHUB_OUTPUT"
3738
env:
3839
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)