We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2336f commit 50a855eCopy full SHA for 50a855e
1 file changed
.github/workflows/dependabot-automerge.yaml
@@ -11,7 +11,7 @@ jobs:
11
contents: write
12
pull-requests: write
13
runs-on: ubuntu-latest
14
- if: github.actor == 'dependabot[bot]'
+ if: github.event.pull_request.user.login == 'dependabot[bot]'
15
steps:
16
- name: Fetch dependabot metadata
17
id: metadata
0 commit comments