From d1864c603c0e31ee701fb0fe9ec67f9106ae6247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:59:53 +0000 Subject: [PATCH] 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.14 to 2.1.15. - [Release notes](https://github.com/ahmadnassri/action-conventional-commit-lint/releases) - [Commits](https://github.com/ahmadnassri/action-conventional-commit-lint/compare/v2.1.14...v2.1.15) --- updated-dependencies: - dependency-name: ahmadnassri/action-conventional-commit-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index a04f026..88964ec 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -16,6 +16,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@v2.1.14 + uses: ahmadnassri/action-conventional-commit-lint@v2.1.15 with: token: ${{ github.token }}