Skip to content

Commit

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

0 comments on commit 7bb336d

Please sign in to comment.