Auto create pull request
This commit is contained in:
parent
35d7e48bed
commit
1a2a43abbe
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -48,3 +48,9 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
branch: ${{ github.ref }}
|
||||
delete-branch: true
|
Loading…
Reference in New Issue
Block a user