tileserver-gl/.github/workflows/automerger.yml
Vinayak Kulkarni 7650e81804
fix: file name for automerger workflow
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
2022-11-24 23:38:15 +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 }}