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.
This bumps backport to 5.4.1
branchLabelMapping
Most notable feature is
branchLabelMapping
: the ability to specify a mapping between labels and branch names, sobackport
can pre-select the right branches to backport to.Given the following labels on a PR:
The corresponding branches will automatically be selected:
New options:
--no-verify
and--verify
(Addno-verify
option sorenlouv/backport#190)--dry-run
: run backport without publishing changes (Add--dry-run
option sorenlouv/backport#182)--mainline
: backport merge commits (Addmainline
option sorenlouv/backport#179)branchLabelMapping
: Pre-select branches by reading the labels on the source PR (Pre-select branches based on PR labels sorenlouv/backport#180)Renamed options: