Skip to content

Commit 1c42f98

Browse files
committed
X
1 parent b10e223 commit 1c42f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-pr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
PR_NUMBERS=$(echo $PR_JSON | jq '. | length')
7474
if [[ $PR_NUMBERS -ne 0 ]]; then
7575
echo "Found existing open PR: $PR_NUMBERS"
76-
exit 0
76+
# exit 0
7777
fi
7878
echo "=== rate limit ==="
7979
gh api https://api.github.com/rate_limit

0 commit comments

Comments
 (0)