fix(ci): address Copilot review — workflow_call, branch collision, merge failure [skip-regression-check]

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]>
This commit is contained in:
Henry Park
2026-03-09 14:41:35 -07:00
co-authored by Claude Sonnet 4.6
parent 831484abab
commit 402c71d642
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
name: Run Tests
on:
workflow_call:
pull_request:
push:
branches: