ci(action): bump ahmadnassri/action-conventional-commit-lint
Bumps [ahmadnassri/action-conventional-commit-lint](https://github.com/ahmadnassri/action-conventional-commit-lint) from 2.1.15 to 2.1.16. - [Release notes](https://github.com/ahmadnassri/action-conventional-commit-lint/releases) - [Commits](https://github.com/ahmadnassri/action-conventional-commit-lint/compare/v2.1.15...v2.1.16) --- 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
5fc30f17ec
commit
8fc55f936b
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
|
- name: Commit lint
|
||||||
# Dependabot sometimes makes some really long commit messages and I can't stop it
|
# 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]' }}
|
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }}
|
||||||
uses: ahmadnassri/action-conventional-commit-lint@v2.1.15
|
uses: ahmadnassri/action-conventional-commit-lint@v2.1.16
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
Loading…
Reference in a new issue