build: Remove automerge script
This commit is contained in:
parent
10d9409be5
commit
702e120e83
1 changed files with 0 additions and 15 deletions
15
.github/workflows/auto_merge.yaml
vendored
15
.github/workflows/auto_merge.yaml
vendored
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue