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
The release job deleted the release branch and re-dispatched itself when
the PR had not merged within 60s. Because the PR was authored by
GITHUB_TOKEN its CI never ran (action_required), so it never went green,
auto-merge never fired, and the branch-delete + self-redispatch recreated
the release PR every ~90s indefinitely.
Mirror the working sister-app config: author the PR with RELEASE_PLEASE_TOKEN
so CI runs on it, then just enable native auto-merge. The PAT-authored merge
is a push to main that re-triggers this workflow to cut the release and the
on:push deploy, so the delete/redispatch and explicit deploy dispatch are
no longer needed.
0 commit comments