We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baba8d commit d00c560Copy full SHA for d00c560
.github/workflows/auto-merge.yml
@@ -8,7 +8,7 @@ permissions:
8
jobs:
9
dependabot:
10
runs-on: ubuntu-latest
11
- if: github.actor == 'dependabot[bot]'
+ if: github.event.pull_request.user.login == 'dependabot[bot]'
12
steps:
13
- name: Dependabot metadata
14
id: metadata
0 commit comments