mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-27 08:00:17 +00:00
1. Add workflow_call trigger to test.yml and e2e.yml so staging-ci can invoke them as reusable workflows. 2. Add github.run_id suffix to promotion branch name to prevent collision on workflow reruns. 3. Merge step now fails hard instead of swallowing errors. If merge fails, the step fails and the PR stays open. 4. update-tag intentionally advances regardless of gate outcome — this is by design so the next batch covers only new commits. Blocked batches stay as open PRs with review comments. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>