remove automerger for now
This commit is contained in:
parent
9ccb5018c7
commit
0e6f68f7db
1 changed files with 0 additions and 15 deletions
15
.github/workflows/automerger.yml
vendored
15
.github/workflows/automerger.yml
vendored
|
|
@ -1,15 +0,0 @@
|
|||
name: 'Auto Merge PRs'
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
automerge:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
steps:
|
||||
- uses: fastify/github-action-merge-dependabot@v3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Reference in a new issue