Conversation
|
There was a problem hiding this comment.
Pull request overview
Updates the patch-release GitHub Actions workflows to (1) avoid selecting in-progress minors that only have RC tags, and (2) optionally target a specific older minor for patching (e.g., for vulnerability backports).
Changes:
- Add
workflow_dispatchinputtarget_minor(vX.Y) to allow explicitly patching a chosen minor. - Change “latest release branch” selection to choose the latest minor that has a stable
vX.Y.0tag (skipping RC-only minors). - Ensure tags are fetched before evaluating branch/tag availability.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/patch-release-step1.yml | Adds target_minor input and updates minor-branch selection logic to require a stable vX.Y.0 tag. |
| .github/workflows/patch-release-step2.yml | Adds target_minor input and applies the stable-tag-gated minor selection before tagging RCs. |
| .github/workflows/patch-release-step3.yml | Adds target_minor input and applies the stable-tag-gated minor selection before preparing stable PRs. |
| .github/workflows/patch-release-step4.yml | Adds target_minor input and applies the stable-tag-gated minor selection before tagging stable patch releases. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4492 +/- ##
==========================================
- Coverage 56.56% 56.13% -0.44%
==========================================
Files 245 245
Lines 32817 41959 +9142
==========================================
+ Hits 18564 23552 +4988
- Misses 11895 16046 +4151
- Partials 2358 2361 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|




category: feature
ticket: none