From c244f7fdb8d836afdd49e8c67755f74f4f3228ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:08:43 +0000 Subject: [PATCH] build(deps): bump ytanikin/pr-conventional-commits from 1.4.2 to 1.5.1 Bumps [ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits) from 1.4.2 to 1.5.1. - [Release notes](https://github.com/ytanikin/pr-conventional-commits/releases) - [Commits](https://github.com/ytanikin/pr-conventional-commits/compare/1.4.2...1.5.1) --- updated-dependencies: - dependency-name: ytanikin/pr-conventional-commits dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_convnetional_commit_validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_convnetional_commit_validation.yml b/.github/workflows/pr_convnetional_commit_validation.yml index a17fca4..ecc9c7e 100644 --- a/.github/workflows/pr_convnetional_commit_validation.yml +++ b/.github/workflows/pr_convnetional_commit_validation.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.4.2 + uses: ytanikin/pr-conventional-commits@1.5.1 with: add_label: false task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'