PR approval not recognized
Symptom
The owner submitted a GitHub review, but the orchestrator does not see a MERGE_APPROVAL gate.
Resolution
- Confirm the review is
APPROVED, notCOMMENTEDorREQUEST_CHANGES. - Confirm the review is on the same PR the orchestrator is watching.
- Run
ingest-github-review.ps1 -GoalId <id> -ReviewJsonPath <path>manually. - Re-run
goal-run.ps1. - If still missing, confirm
goal-gate.ps1 -Action listshows the gate.
What this is NOT
- It is not a sign that the orchestrator is broken. Ingestion is explicit.
- It is not a sign that the GitHub review didn't happen.