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 1a5d224 commit 7254fa3Copy full SHA for 7254fa3
.github/workflows/label-pull-requests-all.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
# Get all Pull Request numbers
20
- run: |
21
- listOpenIssues="$(gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq 'map(.number | tostring)')"
+ listOpenIssues="$(gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq '.[].number')"
22
23
echo "LIST_OPEN_ISSUES=$listOpenIssues\n" >> $GITHUB_OUTPUT
24
id: find_all_open_prs
0 commit comments