Skip to content

Commit 3efc8f7

Browse files
committed
zxcsdwd
1 parent 781a342 commit 3efc8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
set +e
130130
131-
echo $(gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state 'open' --json)
131+
echo $(gh pr list --head ${{ env.current-branch }} --base ${{ env.target-branch }} --state 'open' --limit 1 --json --jq 'length')
132132
133133
pull_request_exists=$()
134134

0 commit comments

Comments
 (0)