|
|
@ -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 }}"
|