mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03: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:
parent
3417bf5fbe
commit
0eddf6444f
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:
|
||||
|
Loading…
Reference in New Issue
Block a user