diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 07673a79..e4990a78 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Commit lint # Dependabot sometimes makes some really long commit messages and I can't stop it - continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }} + continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }} uses: ahmadnassri/action-conventional-commit-lint@v1.0.0 with: token: ${{ github.token }}