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 0858dd0 commit 1186369Copy full SHA for 1186369
.github/workflows/promote-branch.yml
@@ -129,7 +129,7 @@ jobs:
129
run: |
130
# set +e
131
132
- gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json id
+ gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state open --limit 1 --json id --jq '.[].length'
133
134
# pull_request_exists=$()
135
0 commit comments