We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82f05c commit a5f3717Copy full SHA for a5f3717
.github/workflows/auto-start-ci.yml
@@ -34,7 +34,7 @@ jobs:
34
--label 'request-ci' \
35
--json 'number' \
36
-t '{{ range . }}{{ .number }} {{ end }}' \
37
- --limit 100)
+ --limit 5)
38
echo "numbers=$numbers" >> $GITHUB_OUTPUT
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments