Merge pull request #100 from furality/dependabot/github_actions/ahmadnassri/action-conventional-commit-lint-2.1.16

ci(action): bump ahmadnassri/action-conventional-commit-lint from 2.1.15 to 2.1.16
This commit is contained in:
F.Y.N.N 2023-08-31 07:21:37 -07:00 committed by GitHub
commit 537e1bf361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,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@v2.1.15 uses: ahmadnassri/action-conventional-commit-lint@v2.1.16
with: with:
token: ${{ github.token }} token: ${{ github.token }}