chore: fix auto-merge (#252)

This commit is contained in:
Enrico Stahn 2022-09-09 02:23:21 +02:00 committed by GitHub
parent 591985fb55
commit 99ce792a79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- uses: alexwilson/enable-github-automerge-action@main
with: