feat: added dependabot auto-merge on test pass

This commit is contained in:
Britton Hayes 2021-12-24 13:33:27 -08:00
parent b16fabb912
commit e3de9f3ede
No known key found for this signature in database
GPG key ID: 922B4F3652980643
2 changed files with 14 additions and 1 deletions

13
.github/workflows/merge.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: "automerge"
on:
push:
branches:
- main
jobs:
merge:
runs-on: ubuntu-latest
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_PUBLIC_TOKEN }}