We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb6c27 commit 89f1212Copy full SHA for 89f1212
1 file changed
.github/workflows/auto-start-ci.yml
@@ -33,6 +33,7 @@ jobs:
33
--label 'request-ci' \
34
--json 'number' \
35
--search 'review:approved' \
36
+ -t '{{ range . }}{{ .number }} {{ end }}' \
37
--limit 5)" >> "$GITHUB_OUTPUT"
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments