Added automerge

This commit is contained in:
Hugo Bernier 2022-04-11 13:50:57 -07:00 committed by GitHub
parent 869ae54c44
commit 187821b9a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/merge-dependabot.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.mytoken }}