We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1269878 + 8512dab commit 5a7b8ddCopy full SHA for 5a7b8dd
.github/workflows/merge-dependabot-pr.yml
@@ -9,7 +9,7 @@ permissions: write-all
9
jobs:
10
merge-dependabot-pr:
11
runs-on: ubuntu-latest
12
- if: github.actor == 'dependabot[bot]'
+ if: github.event.pull_request.user.login == 'dependabot[bot]'
13
steps:
14
15
- uses: actions/checkout@v4
0 commit comments