build: Update automerge
This commit is contained in:
parent
5d387145c8
commit
72a2dcbb22
1 changed files with 4 additions and 6 deletions
10
.github/workflows/auto_merge.yaml
vendored
10
.github/workflows/auto_merge.yaml
vendored
|
|
@ -3,14 +3,12 @@ name: Auto merge
|
||||||
on: pull_request_target
|
on: pull_request_target
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto-approve:
|
automerge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
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: reitermarkus/automerge@v2
|
||||||
- name: automerge
|
with:
|
||||||
uses: "pascalgn/automerge-action@v0.15.6"
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue