Merge pull request #189 from furality/dependabot/github_actions/ahmadnassri/action-conventional-commit-lint-2.1.17
ci(action): bump ahmadnassri/action-conventional-commit-lint from 2.1.16 to 2.1.17
This commit is contained in:
commit
7a11b5b107
1 changed files with 1 additions and 1 deletions
2
.github/workflows/commit-lint.yml
vendored
2
.github/workflows/commit-lint.yml
vendored
|
@ -16,6 +16,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.1.16
|
||||
uses: ahmadnassri/action-conventional-commit-lint@v2.1.17
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
|
|
Loading…
Reference in a new issue