Skip to content

Commit

Permalink
chore: prevent automerge from non dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlaessig committed Oct 2, 2024
1 parent d76493f commit a102a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depdendabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
automerge:
if: ${{ contains(github.head_ref, 'dependabot/npm_and_yarn') }}
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit a102a74

Please sign in to comment.