Skip to content

Commit 5d264c2

Browse files
pipeline(backport): use --strategy-option=theirs (#8767) (#8780)
Signed-off-by: Ryan Cragun <[email protected]> Co-authored-by: Ryan Cragun <[email protected]>
1 parent c2c89df commit 5d264c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pipeline/internal/pkg/github/create_backport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ func (r *CreateBackportReq) backportRef(
657657
Commit: commitSHA,
658658
Strategy: libgit.MergeStrategyORT,
659659
StrategyOptions: []libgit.MergeStrategyOption{
660-
libgit.MergeStrategyOptionOurs,
660+
libgit.MergeStrategyOptionTheirs,
661661
libgit.MergeStrategyOptionIgnoreSpaceChange,
662662
},
663663
})

0 commit comments

Comments
 (0)