diff --git a/.github/workflows/pr-to-latest.yml b/.github/workflows/pr-to-latest.yml index fe0873910..b326d8b3f 100644 --- a/.github/workflows/pr-to-latest.yml +++ b/.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: