Skip to content

Commit

Permalink
Use PR author instead of actor for dependabot PRs (#4266)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Jan 2, 2024
1 parent 0aab816 commit 714eb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3952,7 +3952,7 @@ jobs:
dependabot:
runs-on: ubuntu-20.04
needs: [ validate-success ]
if: github.actor == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]'
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 714eb52

Please sign in to comment.