We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cea3fb6 + 99c60a6 commit 5d24726Copy full SHA for 5d24726
.github/workflows/dependabot-automerge.yaml
@@ -8,7 +8,7 @@ permissions:
8
jobs:
9
dependabot:
10
runs-on: ubuntu-latest
11
- if: github.actor == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
+ if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == github.event.pull_request.head.repo.full_name
12
steps:
13
- name: Dependabot metadata
14
id: metadata
0 commit comments