diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53e988ac..03fa1786 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: contents: write pull-requests: write 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