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
fix: make release PR creation resilient to enterprise token restrictions (#38)
The Microsoft enterprise blocks GITHUB_TOKEN from creating PRs.
The release workflow now handles this gracefully:
- Pushes the release branch regardless
- Attempts PR creation (best-effort)
- Attempts auto-merge if PR was created
- Falls back to logging the branch URL for manual PR creation
- Updates status check context names to match actual required checks
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments