1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

Add automerge bot (#45)

* Add automerge bot

* Only trigger on dependabot PRs
This commit is contained in:
Marcelo Trylesinski
2021-09-02 21:37:54 +02:00
committed by GitHub
parent bd9f707281
commit 893bd32de4

13
.github/workflows/automerge.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Automerge
on:
pull_request:
branches:
- "dependabot/**"
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v2.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}