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