Merge pull request #321 from synclounge/dependabot/github_actions/ahmadnassri/action-conventional-commit-lint-v1.0.3
This commit is contained in:
commit
6e0f3ab4d5
|
@ -11,6 +11,6 @@ jobs:
|
|||
- 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') || github.actor == 'dependabot[bot]' }}
|
||||
uses: ahmadnassri/action-conventional-commit-lint@v1.0.2
|
||||
uses: ahmadnassri/action-conventional-commit-lint@v1.0.3
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
|
|
Loading…
Reference in New Issue