Skip to content

Commit

Permalink
Merge pull request #637 from synclounge/dependabot/github_actions/ahm…
Browse files Browse the repository at this point in the history
…adnassri/action-conventional-commit-lint-2.0.3

ci(action): bump ahmadnassri/action-conventional-commit-lint from 1.3.3 to 2.0.3
  • Loading branch information
ttshivers authored Oct 25, 2022
2 parents 47abe2e + 92ac782 commit d44072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3
uses: ahmadnassri/action-conventional-commit-lint@v2.0.3
with:
github-token: ${{ github.token }}

0 comments on commit d44072d

Please sign in to comment.