mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore: merge latest using Xours (#815)
* chore: merge latest using Xours * try letting it resolve type of ff * derp
This commit is contained in:
2
.github/workflows/pr-to-latest.yml
vendored
2
.github/workflows/pr-to-latest.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user