docs(auto-merge): reading mergeStateStatus BLOCKED (required vs non-required)#121
Conversation
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
There was a problem hiding this comment.
Code Review
This pull request updates the auto-merge guide documentation to add a new section explaining the mergeStateStatus: BLOCKED status. It clarifies that a BLOCKED status often indicates pending required checks rather than a failure, and highlights that failing non-required checks do not prevent auto-merging. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.



From a 23-repo release sweep retro.
A red non-required check never blocks merge;
BLOCKEDusually means required checks are still pending. Real case: two PRs showedcopilot-pull-request-reviewer= failure (quota-exhausted) but it was not inrequired_status_checks, so both auto-merged once the required set went green. Adds how to list the required set and the corollary not to reach for--admin.