What
Rename all pipeline-related labels to use a consistent orchestrator-* prefix:
aw-dispatched → orchestrator-dispatched
aw-stuck → orchestrator-stuck
aw-needs-rebase → orchestrator-needs-rebase
review-response-attempted → orchestrator-response-attempted
review-response-1/2/3 → orchestrator-response-1/2/3
ci-fix-attempted → orchestrator-ci-fix-attempted
Why
Current labels are scattered across aw-*, review-response-*, and ci-fix-* prefixes. A unified orchestrator-* prefix makes them discoverable and clearly identifies them as pipeline automation labels.
Scope
- Rename labels in GitHub (gh label edit)
- Update references in:
pipeline-orchestrator.yml, review-responder.md (+lock), ci-fixer.md (+lock), quality-gate.md (+lock)
- Recompile affected lock files
Related