build: Remove automerge script

This commit is contained in:
krille-chan 2023-10-29 08:12:21 +01:00
parent 10d9409be5
commit 702e120e83
No known key found for this signature in database

View file

@ -1,15 +0,0 @@
name: Auto merge
on: pull_request_target
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]' || github.actor == 'weblate'
steps:
- uses: reitermarkus/automerge@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
merge-method: rebase