tileserver-gl/.github/workflows/automerger.yml
Vinayak Kulkarni d8e9ac7c31
feat: enable auto-merger workflow
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
2022-12-11 01:55:34 +05:30

15 lines
291 B
YAML

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