remove automerger for now

This commit is contained in:
acalcutt 2022-12-08 01:13:40 -05:00
parent 9ccb5018c7
commit 0e6f68f7db

View file

@ -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 }}