Merge pull request #330 from synclounge/dependabot/github_actions/ahmadnassri/action-conventional-commit-lint-v1.1.5

This commit is contained in:
dependabot[bot] 2020-10-31 03:06:11 +00:00 committed by GitHub
commit a5848648ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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@v1.1.3
uses: ahmadnassri/action-conventional-commit-lint@v1.1.5
with:
token: ${{ github.token }}