We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31411a0 commit aac1db2Copy full SHA for aac1db2
.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