Skip to content

Commit bf87fe2

Browse files
Merge main into dev-sync-with-main
2 parents 1953f32 + 5c97e37 commit bf87fe2

4 files changed

Lines changed: 6766 additions & 6807 deletions

File tree

.github/workflows/sync-dev-to-vX.Y-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
SYNC="$BASE-sync-with-$HEAD"
4545
4646
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
47-
git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
47+
git merge -X theirs origin/$HEAD -m "Merge $HEAD into $SYNC"
4848
git checkout origin/$BASE src/
4949
git checkout origin/$BASE tests/schema/
5050
git commit -m "Restored src/ and tests/schema/" || echo ""

.github/workflows/sync-main-to-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
SYNC="$BASE-sync-with-$HEAD"
4141
4242
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
43-
git merge origin/$HEAD -m "Merge $HEAD into $SYNC"
43+
git merge -X theirs origin/$HEAD -m "Merge $HEAD into $SYNC"
4444
git checkout origin/$BASE src/
4545
git checkout origin/$BASE tests/schema/
4646
git commit -m "Restored src/ and tests/schema/" || echo ""

0 commit comments

Comments
 (0)