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:
committed by
GitHub
parent
bd9f707281
commit
893bd32de4
13
.github/workflows/automerge.yml
vendored
Normal file
13
.github/workflows/automerge.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user