Create auto-merge.yml

This commit is contained in:
Matthias 2022-08-05 19:45:15 +02:00 committed by GitHub
parent abb5305a56
commit 72ed282c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/auto-merge.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.GITHUB_TOKEN }}