How one watcher handles many repos × labels, with resource limits
pipelines/ ai-feature.yaml ← full PM→Arch→Eng→QA ai-fix.yaml ← minimal Eng→Review ai-docs.yaml ← DocOrchestrator ai-refactor.yaml ← Engineer only ai-custom.yaml ← your pipeline.yaml
--pipeline ai-feature flag.--label ai-fix to simulate a label trigger.
With max_concurrent: 1, only one pipeline runs at a time. The queue ensures no work is lost — issues pile up in the queue and are processed one by one. No parallel LLM calls.