ci(action): bump ahmadnassri/action-conventional-commit-lint
Bumps [ahmadnassri/action-conventional-commit-lint](https://github.com/ahmadnassri/action-conventional-commit-lint) from v1.0.2 to v1.0.3. - [Release notes](https://github.com/ahmadnassri/action-conventional-commit-lint/releases) - [Changelog](https://github.com/ahmadnassri/action-conventional-commit-lint/blob/master/.releaserc) - [Commits](https://github.com/ahmadnassri/action-conventional-commit-lint/compare/v1.0.2...55aa3698b80ed2d9fdb3a1f1c02578d5d8d44b74) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7d4ef5fc62
commit
32ee8c1af4
|
@ -11,6 +11,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@v1.0.2
|
uses: ahmadnassri/action-conventional-commit-lint@v1.0.3
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
Loading…
Reference in New Issue