diff --git a/.github/workflows/automerger.yml b/.github/workflows/automerger.yml new file mode 100644 index 0000000..1204036 --- /dev/null +++ b/.github/workflows/automerger.yml @@ -0,0 +1,15 @@ +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 }}