Merge pull request #1275 from synclounge/dependabot/github_actions/ahmadnassri/action-conventional-commit-lint-2.0.7
This commit is contained in:
commit
2b32b958af
|
@ -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@v2.0.6
|
||||
uses: ahmadnassri/action-conventional-commit-lint@v2.0.7
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
|
|
Loading…
Reference in New Issue