CI passed but merge cannot proceed
Symptom
All CI checks are green, but the orchestrator refuses to merge.
Resolution
- Confirm the orchestrator has materialized a
MERGE_APPROVALgate at the exact PR head. - If the gate is missing, run
ingest-github-review.ps1. - If the gate is stale, re-issue at the new head (see Stale PR head).
- If the gate is
REJECTED, the orchestrator will not merge. Re-submit a new review. - If branch protection is blocking, check
.github/workflows/governance.ymland the repository settings.