Skip to content

Commit

Permalink
ci(automerge): Prevent workflow from running if pre-commit-ci[bot] pe…
Browse files Browse the repository at this point in the history
…rforms autofix
  • Loading branch information
jpmckinney committed Mar 28, 2024
1 parent f7b003f commit 60fc74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write # to merge the PR
jobs:
dependabot:
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- id: dependabot-metadata
Expand Down

0 comments on commit 60fc74a

Please sign in to comment.