diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 05338adac..bc637a600 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -11,7 +11,7 @@ permissions: jobs: commitlint: name: commitlint - if: ${{ github.actor != 'dependabot[bot]' }} + if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3