ci: Auto merge
This commit is contained in:
parent
b40a3b6064
commit
af6cb60836
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: Auto approve
|
name: Auto merge
|
||||||
|
|
||||||
on: pull_request_target
|
on: pull_request_target
|
||||||
|
|
||||||
|
|
@ -10,3 +10,7 @@ jobs:
|
||||||
if: github.actor == 'dependabot[bot]' || github.actor == 'weblate'
|
if: github.actor == 'dependabot[bot]' || github.actor == 'weblate'
|
||||||
steps:
|
steps:
|
||||||
- uses: hmarr/auto-approve-action@v3
|
- uses: hmarr/auto-approve-action@v3
|
||||||
|
- name: automerge
|
||||||
|
uses: "pascalgn/automerge-action@v0.15.6"
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue