[CI] allow manual Stage 1 dispatch - #42
Conversation
Expose workflow_dispatch on the default branch so candidate SHAs can run exact-source rehearsal before merge. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f963d542-3fc2-4f25-a30c-5551073cd128
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: 9 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 10 reviews per hour. Summary by CodeRabbit
WalkthroughThe Stage 1 workflow now supports manual execution through ChangesStage 1 workflow execution
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This one-line workflow change enables manual Stage 1 dispatch without changing jobs, commands, artifacts, or release behavior; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Description checkExplanation The description explains the change, scope, and validation. It uses a Summary section instead of the required Problem and Change sections, and it omits the required Checklist and explicit command results. The core information is present, so the description is mostly complete. Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Add
workflow_dispatchto the Stage 1 workflow on the default branch. GitHub only exposes manual dispatch after the trigger exists on the default branch.This one-file change enables exact candidate-branch SHA rehearsals. It does not change any job, command, evidence claim, or artifact.
Validation
.github/workflows/stage1.ymlwith Ruby YAML.Scope
No package, release, or tag is created.