Auto-merge Dependabot patch fixes

This commit is contained in:
Claudia Meadows 2021-05-10 19:03:59 -07:00 committed by GitHub
parent 5f58757085
commit 08051e9d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/auto-merge.yml vendored Normal file
View file

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