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

This commit is contained in:
dependabot[bot] 2020-10-30 07:07:58 +00:00 committed by GitHub
commit b9243ad2ca
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.2
uses: ahmadnassri/action-conventional-commit-lint@v1.1.3
with:
token: ${{ github.token }}