-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add option to automatically resolve merge conflicts
Add option to automatically resolve merge conflicts by either accepting the change from `target` (default) or `source`. This behaviour can be defined by specifying the input `resolve_conflicts`. BREAKING CHANGE: default behaviour for merge conflict changes Merge conflicts are now resolved using strategy option `ours` by default, forcing conflicts to be auto-resolved cleanly by favoring the `target` version. All non-conflicting changes are still reflected in the merge result. Set input `resolve_conflicts` to `false` to restore the previous behaviour of failing if any merge conflicts occur.
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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