mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 15:40:18 +00:00
1. Script injection: use env vars for workflow_dispatch inputs instead
of ${{ inputs.* }} interpolation in run blocks.
2. Cancellable polling: sleep in 1s increments so GitHub can cancel
between iterations instead of blocking on a single long sleep.
3. Remove workflow_dispatch from claude-review — fails without PR
context. Re-trigger by removing/re-adding staging-promotion label.
4. Add concurrency group to claude-review to prevent duplicate
reviews consuming API credits.
5. Fix dead code in test.yml roll-up (redundant variable init).
6. Add comment explaining --delete-branch safety (GitHub auto-retargets
chained PRs, verified in ironclaw-ci-test).
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>