Auto-merge Dependabot patch fixes
This commit is contained in:
parent
5f58757085
commit
08051e9d33
1 changed files with 15 additions and 0 deletions
15
.github/workflows/auto-merge.yml
vendored
Normal file
15
.github/workflows/auto-merge.yml
vendored
Normal 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 }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue