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

This commit is contained in:
dependabot[bot] 2020-10-29 07:39:49 +00:00 committed by GitHub
commit 6e0f3ab4d5
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.0.2
uses: ahmadnassri/action-conventional-commit-lint@v1.0.3
with:
token: ${{ github.token }}