mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Enable auto merge
This commit is contained in:
parent
e0a66ef9af
commit
5186354ba3
1 changed files with 6 additions and 0 deletions
6
.github/workflows/update-dependencies.yaml
vendored
6
.github/workflows/update-dependencies.yaml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
invoke update-dependencies --no-sync
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
id: create-pull-request
|
||||
with:
|
||||
token: ${{ secrets.PERSONAL_TOKEN_PR }}
|
||||
commit-message: Update dependencies
|
||||
|
@ -35,3 +36,8 @@ jobs:
|
|||
branch: update-dependencies
|
||||
title: Update dependencies
|
||||
delete-branch: true
|
||||
- name: Enable auto merge
|
||||
uses: peter-evans/enable-pull-request-automerge@v2
|
||||
with:
|
||||
token: ${{ secrets.PERSONAL_TOKEN_PR }}
|
||||
pull-request-number: ${{ steps.create-pull-request.outputs.pull-request-number }}
|
||||
|
|
Loading…
Reference in a new issue