Browse Source

chore: merge latest using Xours (#815)

* chore: merge latest using Xours

* try letting it resolve type of ff

* derp
Jacob Bolda 5 years ago
parent
commit
0eddf6444f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pr-to-latest.yml

+ 1 - 1
.github/workflows/pr-to-latest.yml

@@ -19,7 +19,7 @@ jobs:
           git config --global user.name "${{ github.event.pusher.name }}"
           git config --global user.email "${{ github.event.pusher.email }}"
       - run: git fetch origin dev
-      - run: git merge ${{ github.sha }} --no-ff
+      - run: git merge -Xours ${{ github.sha }}
       - name: Create Pull Request
         uses: tauri-apps/create-pull-request@v2.8.0
         with: