ci(release-plz): add workflow_dispatch trigger to release-plz PR workflow#32
Conversation
…flow Allows manually triggering the release-plz PR creation workflow when the automatic push trigger is missed or a re-run is needed.
|
Claude finished @pvandervelde's task in 52s —— View job PR Review
SummaryThis is a minimal, well-scoped change that adds manual trigger capability to the Change AnalysisFile: workflow_dispatch: {}Correctness ✅ Concurrency behavior ✅ Idempotency ✅ Security ✅ Consistency with sibling workflow ✅ Minor Nit (non-blocking)
Verdict: LGTM. The change is correct, minimal, and addresses a real operational gap. No issues found. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #32 +/- ##
=======================================
Coverage 50.18% 50.18%
=======================================
Files 10 10
Lines 3553 3553
Branches 3553 3553
=======================================
Hits 1783 1783
Misses 1720 1720
Partials 50 50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Problem
The release-plz PR workflow only triggers on \push\ to master. When a branch is deleted before the push-triggered run completes (or the run is missed), there is no way to manually re-trigger it.
Fix
Add \workflow_dispatch: {}\ so the workflow can be triggered manually from the GitHub Actions UI.
Usage After Merge
Go to Actions → Release-plz PR → Run workflow to manually kick off a new release-plz PR.