Update auto-merge.yml (#231)

This commit is contained in:
2021-10-25 22:14:29 +02:00
committed by GitHub
parent 85cf7eadbb
commit ab79e9e476

View File

@@ -6,8 +6,13 @@ on:
jobs: jobs:
auto-merge: auto-merge:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
# Check out the pull request HEAD
ref: ${{ github.event.pull_request.head.sha }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: ahmadnassri/action-dependabot-auto-merge@v2 - uses: ahmadnassri/action-dependabot-auto-merge@v2
with: with:
target: major target: major