ci(action): bump ahmadnassri/action-conventional-commit-lint
Bumps [ahmadnassri/action-conventional-commit-lint](https://github.com/ahmadnassri/action-conventional-commit-lint) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/ahmadnassri/action-conventional-commit-lint/releases) - [Commits](https://github.com/ahmadnassri/action-conventional-commit-lint/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: ahmadnassri/action-conventional-commit-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d35cd62d76
commit
8ed31ff733
|
@ -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.3
|
||||
uses: ahmadnassri/action-conventional-commit-lint@v2.0.4
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
|
|
Loading…
Reference in New Issue