ci: add workflow_dispatch to release-please#15
Conversation
For manual dispatch from the Actions UI when on-push doesn't fire (e.g., auto-merge produced github-actions[bot] commits). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Claude finished @chrischall's task in 35s —— View job PR Review: ci: add workflow_dispatch to release-pleaseAnalysisChange summary: Adds Review findings: ✅ Correctness: The syntax is correct. Adding ✅ Alignment with conventions: The change aligns with CLAUDE.md, which already references ✅ Consistency: The PR description notes this follows the same pattern applied to other migrated repos, maintaining consistency across the project's release infrastructure. ✅ Security: No security concerns — ✅ Impact: Minimal, non-breaking change that only adds an optional trigger mechanism. VerdictNo issues found — verdict: PASS ✅ This is a straightforward, correct change that extends the release-please workflow's capability to support manual triggering without any downsides. |
Adds the workflow_dispatch trigger to release-please.yml so it can be fired manually from the Actions UI. Same change that landed on the other migrated repos.