Skip to content

Commit

Permalink
fix(ci): check dependabot PR user instead of actor (#23381)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Sep 4, 2024
1 parent 0a53400 commit 25a8681
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 @@ -6,7 +6,7 @@ on:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
Expand Down

0 comments on commit 25a8681

Please sign in to comment.