diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 8648d50d..a60884cb 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -3,6 +3,7 @@ on: [pull_request] jobs: run-commitlint-on-pr: runs-on: ubuntu-latest + if: ${{ github.event.pull_request.user.login != 'dependabot' }} steps: - uses: actions/checkout@v3