Skip to content

Commit

Permalink
build: Update automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Oct 29, 2023
1 parent 5d38714 commit 72a2dcb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/auto_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ name: Auto merge
on: pull_request_target

jobs:
auto-approve:
automerge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]' || github.actor == 'weblate'
steps:
- uses: hmarr/auto-approve-action@v3
- name: automerge
uses: "pascalgn/automerge-action@v0.15.6"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: reitermarkus/automerge@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 72a2dcb

Please sign in to comment.