[ci] allow manual workflow dispatch to do version bumping on core branches (rather than just on main) #6117
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Added configurable base branch selection to version bump workflows, enabling patch releases from
core/*branches via GitHub Actions UI.Changes
branchparameter for both main frontend and desktop-ui version bump workflowscore/*branches on errorrelease-version-bump.yaml: Checkout and create PRs targeting user-specified branchversion-bump-desktop-ui.yaml: Same behavior for desktop-ui releasesReview Focus
Branch validation logic correctly handles both local (
refs/heads/) and remote (refs/remotes/origin/) refs. Default value preserves backward compatibility for release sheriffs unfamiliar with new feature.Use Case
Previously, patch releases from
core/1.29required manual version bumping. Now maintainers can trigger from Actions UI with dropdown selections.┆Issue is synchronized with this Notion page by Unito