chore: fix auto-merge (#252)
This commit is contained in:
parent
591985fb55
commit
99ce792a79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto-merge.yml
vendored
2
.github/workflows/auto-merge.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue