Rename auto-merge to auto-merge.yml (#226)

This commit is contained in:
2021-10-25 21:50:48 +02:00
committed by GitHub
parent 528495534b
commit a16abc8029

14
.github/workflows/auto-merge.yml 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 }}