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 a9ac9b1 commit 25443dbCopy full SHA for 25443db
.github/workflows/auto-start-ci.yml
@@ -28,13 +28,13 @@ jobs:
28
- name: Get Pull Requests
29
id: get_prs_for_ci
30
run: >
31
- numbers=$(gh pr list \
32
- --repo ${{ github.repository }} \
+ echo "numbers=$(gh pr list \
+ --repo "$GITHUB_REPOSITORY" \
33
--label 'request-ci' \
34
--json 'number' \
35
+ --search 'review:approved' \
36
-t '{{ range . }}{{ .number }} {{ end }}' \
- --limit 5)
37
- echo "numbers=$numbers" >> $GITHUB_OUTPUT
+ --limit 5)" >> "$GITHUB_OUTPUT"
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
start-ci:
0 commit comments