chore(deps): update zeebe-io/backport-action action to v3 #95
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:
v2.5.0
->v3.0.0
Release Notes
zeebe-io/backport-action (zeebe-io/backport-action)
v3.0.0
: Backport-action v3.0.0Compare Source
Changed
This release changes the default behavior of the action to determine which commits are cherry-picked. While this behavior change doesn't necessarily require changes to your workflow, it warrants a major version bump.
Previously, the action cherry-picked the commits from the pull request. Specifically, those reachable from the pull request's head and not reachable from the pull request's base.
From now on, the action cherry-picks the commits based on the method used to merge the pull request by default.
If you previously used the experimental
detect_merge_method
input, we suggest you remove it from your workflow. This experimental input has been deprecated and replaced by thecherry_picking
input.If you want to return to the previous behavior, you can set the
cherry_picking
input topull_request_head
.This behavior was previously available via the experimental
detect_merge_method
input, introduced in https://github.com/korthout/backport-action/pull/399. Special thanks go out to @jschmid1 for contributing this feature.Added
This release also adds two new experimental features. Special shoutouts to @tasso94 and @vermz99 for contributing these!
With the experimental
downstream_repo
anddownstream_owner
inputs, you can backport to a repository other than where the workflow runs. For example, when you use a fork to maintain the previously released versions. You can also see this as backporting to a remote repository, but we felt it was better described as backporting to a downstream repository. The default behavior remains that the action always backports to the repository in which the workflow runs.conflict_resolution
input by @vermz99 in https://github.com/korthout/backport-action/pull/417With the experimental
conflict_resolution
input, you can now change how the action will handle conflicts during cherry-picking. Set it todraft_commit_conflicts
to create a draft pull request with the first conflict encountered committed to reduce some of the manual efforts in backporting. The default behavior stays like before and can be configured explicitly asfail
. In that case, the backport fails when the cherry-pick encounters a conflict.Updated Dependencies
New Contributors
Full Changelog: korthout/backport-action@v2.5.0...v3.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.