We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10e223 commit 1c42f98Copy full SHA for 1c42f98
.github/actions/create-pr/action.yml
@@ -73,7 +73,7 @@ runs:
73
PR_NUMBERS=$(echo $PR_JSON | jq '. | length')
74
if [[ $PR_NUMBERS -ne 0 ]]; then
75
echo "Found existing open PR: $PR_NUMBERS"
76
- exit 0
+ # exit 0
77
fi
78
echo "=== rate limit ==="
79
gh api https://api.github.com/rate_limit
0 commit comments