We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76e36c commit 7e998c2Copy full SHA for 7e998c2
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -9,7 +9,7 @@ permissions:
9
jobs:
10
auto-merge:
11
runs-on: ubuntu-latest
12
- if: github.actor == 'dependabot[bot]'
+ if: github.event.pull_request.user.login == 'dependabot[bot]'
13
steps:
14
- name: Approve Dependabot PR
15
run: gh pr review --approve "$PR_URL"
0 commit comments