mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore: switched to forked create-pull-request (#565)
We can better manage the security by running from the forked version and selectively keeping in sync with upstream.
This commit is contained in:
2
.github/workflows/pr-to-master.yml
vendored
2
.github/workflows/pr-to-master.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- run: git fetch origin dev
|
||||
- run: git read-tree -u --reset ${{ github.sha }}
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v2
|
||||
uses: tauri-apps/create-pull-request@v2.7.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: ${{ github.event.head_commit.message }}
|
||||
|
||||
Reference in New Issue
Block a user