File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,10 @@ jobs:
34
34
run : git fetch origin
35
35
36
36
# Perform the merge from main into demo
37
- - name : Merge main into demo (preferring main for non-demo conflicts)
37
+ - name : Merge main into demo TEST without -X theirs
38
38
run : |
39
- # Merge main using -X theirs to auto-resolve non-demo conflicts by taking main's version.
40
- # .gitattributes merge=ours for demo folders takes precedence.
41
- git merge --no-ff -X theirs origin/main -m "Auto-merge main into demo (preferring main for conflicts)"
39
+ # TEST: Removed -X theirs to see if .gitattributes merge=ours works alone
40
+ git merge --no-ff origin/main -m "Auto-merge main into demo (TEST: without -X theirs)"
42
41
43
42
# Push the merge commit (and resolved changes) back to the demo branch
44
43
- name : Push changes to demo
You can’t perform that action at this time.
0 commit comments