Create auto-merge (#225)

This commit is contained in:
2021-10-25 21:46:07 +02:00
committed by GitHub
parent 75f5fc1ac2
commit 57fc3c268f

14
.github/workflows/auto-merge vendored Normal file
View File

@@ -0,0 +1,14 @@
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:
target: major
github-token: ${{ secrets.GITHUB_TOKEN }}