Skip to content

Commit 4a2bdbc

Browse files
ci(action): bump ahmadnassri/action-conventional-commit-lint
Bumps [ahmadnassri/action-conventional-commit-lint](https://github.com/ahmadnassri/action-conventional-commit-lint) from 2.1.16 to 2.1.17. - [Release notes](https://github.com/ahmadnassri/action-conventional-commit-lint/releases) - [Changelog](https://github.com/ahmadnassri/action-commit-lint/blob/master/.release.json) - [Commits](ahmadnassri/action-commit-lint@v2.1.16...v2.1.17) --- updated-dependencies: - dependency-name: ahmadnassri/action-conventional-commit-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b72b01 commit 4a2bdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Commit lint
1717
# Dependabot sometimes makes some really long commit messages and I can't stop it
1818
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }}
19-
uses: ahmadnassri/[email protected].16
19+
uses: ahmadnassri/[email protected].17
2020
with:
2121
token: ${{ github.token }}

0 commit comments

Comments
 (0)