chore(deps): update korthout/backport-action action to v4.5.2#28
Open
sevojulj wants to merge 1 commit into
Open
chore(deps): update korthout/backport-action action to v4.5.2#28sevojulj wants to merge 1 commit into
sevojulj wants to merge 1 commit into
Conversation
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR contains the following updates:
v4.2.0→v4.5.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
korthout/backport-action (korthout/backport-action)
v4.5.2: Backport-action v4.5.2Compare Source
What's Changed
Bug fix for Summary comment incorrectly reports success when no target branches are found #629. When the action runs but finds no targets (no matching labels and no
target_branchesinput), the summary comment now explicitly states this instead of the misleading "backported this pull request". The comment also hints at filtering the trigger at the workflow level so the action runs only when there's work to do, and the README usage example now demonstrates that pattern with a label-prefix filter.Documentation
The README grew a new section on computing
target_branchesdynamically at workflow runtime. You may need this when targets come from a config file, an API call, or a parsed/backport <branch>comment rather than labels. We also made some further improvements to the README examples. We collapsed the signing example into a<details>block, tightened the comment-trigger example, and bumped theactions/checkouttov6across examples.Updated dependencies
Full Changelog: korthout/backport-action@v4.5.1...v4.5.2
v4.5.1: Backport-action v4.5.1Compare Source
What's Changed
Bug fix for
comment_style: summarydrops conflict-resolution instructions #633Updated dependencies
Maintenance changes
Full Changelog: korthout/backport-action@v4.5.0...v4.5.1
v4.5.0: Backport-action v4.5.0Compare Source
What's Changed
This release introduces a new
comment_styleinput with two options:legacy(default): one comment per target branch. This is the same behavior as you know from previous versions.summary: a single comment per workflow run that updates progressively as each target is processed. It links back to the workflow run, shows a status table for every target, and includes recovery hints for known failure modes (e.g. push permission denied, cherry-pick conflicts).Here's what a
summarycomment looks like mid-run:Opt in by adding
comment_style: summaryto your workflow:I'd love feedback on
summarywhile it's opt-in. Drop a comment on #611 with anything that's confusing, missing, or broken. Once it's proven stable in real workflows, I plan to make it the default and deprecatelegacyin a future major release.Updated dependencies
Maintenance changes
Full Changelog: korthout/backport-action@v4.4.0...v4.5.0
v4.5Compare Source
v4.4.0: Backport-action v4.4.0Compare Source
What's Changed
The new
add_reviewersandadd_team_reviewersinputs allow backport-action to request a review on the created backport pull request from the users and teams specified. These inputs can be used in simple setups where you want a particular user to always review, as well as in advanced setups where reviewers are determined in a separate workflow step. You can use these inputs in addition to any of the other reviewer inputs. Thanks for another great contribution @mvlassis!Backport-action no longer instructs users to force-push (with a lease) in the manual instructions for conflicts when using the
draft_commit_conflictsoption for the experimentalconflict_resolutioninput. When running these instructions locally, the cherry-pick would fail due to conflicts, and the force push could push back the branch to its base, effectively closing the PR. This was confusing and added to the manual effort needed. Instead, users should resolve conflicts locally and push changes only when they are ready. Thanks for the fix @ChrisKujawa!Updated dependencies
Maintenance changes
New Contributors
Full Changelog: korthout/backport-action@v4.3.0...v4.4.0
v4.4Compare Source
v4.3.0: Backport-action v4.3.0Compare Source
What's Changed
The new
copy_all_reviewersinput allows backport-action to request a review on the backport pull request from all reviewers of the original pull request. When enabled, it requests reviews from both those who have already completed their review and those with pending review requests. You can use it in addition to any of the other reviewer inputs. Thanks for the great contribution @mvlassis!copy_all_reviewersinput by @mvlassis in #578Updated dependencies
New Contributors
Full Changelog: korthout/backport-action@v4.2.0...v4.3.0
v4.3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.