mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-27 08:00:17 +00:00
fix(ci): address PR review feedback on staging-ci [skip-regression-check]
- Remove broken skip-claude-gate label check (label always exists after bootstrap); keep only workflow_dispatch input override - Require claude-review.result == 'success' in gate condition so a crashed review blocks promotion instead of silently passing - Load review prompt into GITHUB_ENV instead of $(cat) in YAML with: block (YAML doesn't do shell substitution) - version-check roll-up: check != 'success' instead of == 'failure' to catch cancelled/skipped states - Force run: set diff_range to valid empty range when no new commits - Align low-confidence label spacing in create-labels.sh Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
6556d7ebcd
commit
926f868a3e
@@ -66,7 +66,7 @@ echo "==> Creating workflow labels..."
|
||||
create "skip-regression-check" "9E9E9E" "Acknowledged: fix without regression test"
|
||||
create "staging-ci-review" "D93F0B" "Auto-created by staging CI Claude Code review"
|
||||
create "skip-claude-gate" "FBCA04" "Override: bypass Claude CRITICAL gate on staging CI"
|
||||
create "low-confidence" "C5DEF5" "Claude review finding with <50 confidence"
|
||||
create "low-confidence" "C5DEF5" "Claude review finding with <50 confidence"
|
||||
|
||||
echo "==> Creating contributor labels..."
|
||||
create "contributor: new" "FFF9C4" "First-time contributor"
|
||||
|
||||
Reference in New Issue
Block a user