From 7ea07ab19e5344542d1719c152c239fe52972194 Mon Sep 17 00:00:00 2001 From: Alex Cottner Date: Thu, 5 Sep 2024 08:39:26 -0600 Subject: [PATCH] Fixing dependabot PR check --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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