Skip to content

Commit

Permalink
Fixing dependabot PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcottner committed Sep 5, 2024
1 parent db296c6 commit ba551e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
review-dependabot-pr:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Enable Dependabot automation
uses: mozilla/syseng-pod/actions/dependabot-automerge@main

0 comments on commit ba551e6

Please sign in to comment.