Merge pull request #436 from synclounge/dependabot/github_actions/ahmadnassri/action-conventional-commit-lint-v1.3
ci(action): bump ahmadnassri/action-conventional-commit-lint from v1.1.6 to v1.3
This commit is contained in:
commit
2d52d7457b
|
@ -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.1.6
|
uses: ahmadnassri/action-conventional-commit-lint@v1.3.0
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
Loading…
Reference in New Issue