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 ee3a025 commit 3791d77Copy full SHA for 3791d77
.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 ".[].number"
+ listOpenIssues="$(gh pr list --repo andygrunwald/go-jira --state open --limit 100 --json number --jq ".[].number")
22
23
echo 'LIST_OPEN_ISSUES='$listOpenIssues >> $GITHUB_ENV
24
env:
0 commit comments