Skip to content

Commit 7254fa3

Browse files
committed
CI: Retrieve Pull Request Numbers as raw list
1 parent 1a5d224 commit 7254fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-pull-requests-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# Get all Pull Request numbers
2020
- run: |
21-
listOpenIssues="$(gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq 'map(.number | tostring)')"
21+
listOpenIssues="$(gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq '.[].number')"
2222
2323
echo "LIST_OPEN_ISSUES=$listOpenIssues\n" >> $GITHUB_OUTPUT
2424
id: find_all_open_prs

0 commit comments

Comments
 (0)