mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-27 16:10:09 +00:00
Replace label-based gating with branch-based: run full suite unless PR targets staging. Fixes timing bug where gh pr create --label adds the label after the opened event, causing gated jobs to never run. - Developer PRs (-> staging): fast tests only - Promotion PRs (-> main): full suite - Chained PRs (-> staging-promote/*): full suite - Push to main: full suite - workflow_call: fast tests only Co-Authored-By: Claude Sonnet 4.6 <[email protected]>