Skip to content

Commit e259366

Browse files
authored
Fixing dependabot PR check (#1045)
1 parent 6440e93 commit e259366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
contents: write
4646
pull-requests: write
4747
runs-on: ubuntu-latest
48-
if: ${{ github.actor == 'dependabot[bot]' }}
48+
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
4949
steps:
5050
- name: Enable Dependabot automation
5151
uses: mozilla/syseng-pod/actions/dependabot-automerge@main

0 commit comments

Comments
 (0)