Auto create pull request
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user