Skip to content

Commit

Permalink
fix(ci): check on dependabot user instead of actor (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiriakos07 authored Sep 4, 2024
1 parent eaaa906 commit d1aa592
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 @@ -29,7 +29,7 @@ on:

jobs:
auto-merge:
if: github.repository == inputs.target-repo && github.actor == 'dependabot[bot]'
if: github.repository == inputs.target-repo && github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d1aa592

Please sign in to comment.