Skip to content

Commit

Permalink
fix(ci): check dependabot PR user instead of actor (#11741)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Sep 4, 2024
1 parent 64a7e82 commit 0d8dd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]'

steps:
- name: Dependabot metadata
Expand Down

0 comments on commit 0d8dd6b

Please sign in to comment.