feat: enable auto-merger workflow

Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
Vinayak Kulkarni 2022-12-11 01:55:34 +05:30
parent 63701471d4
commit d8e9ac7c31
No known key found for this signature in database
GPG key ID: 0FE8ABF8260A1552

15
.github/workflows/automerger.yml vendored Normal file
View file

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