We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2f98db + 5a7b8dd commit 5745b09Copy full SHA for 5745b09
.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