diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml deleted file mode 100644 index 1f33d489..00000000 --- a/.github/workflows/auto-merge.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: auto-merge - -on: [push, pull_request] - -jobs: - auto-merge: - runs-on: ubuntu-latest - permissions: - pull-requests: write - contents: write - steps: - - uses: fastify/github-action-merge-dependabot@v3.0.0 - with: - github-token: ${{ secrets.TOKEN }} \ No newline at end of file