You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -n "$existing_pr" ] && [ "$existing_pr" != "null" ]; then
106
133
echo "Skipping $candidate_flag: open cleanup PR #$existing_pr already exists on $candidate_branch"
107
134
continue
@@ -178,7 +205,7 @@ jobs:
178
205
179
206
You are running as part of a GitHub automation that runs with a read-only token and will package your changes into a patch for a separate job to commit. Do not create a branch, do not commit, do not push, do not create a PR, and do not call `gh`. Leave your changes in the working tree only.
0 commit comments