From 6540b4b10f47e47ddece94290fd5ecb751a16e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:49:29 +0000 Subject: [PATCH] chore(deps): bump ytanikin/pr-conventional-commits from 1.4.0 to 1.4.2 Bumps [ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/ytanikin/pr-conventional-commits/releases) - [Commits](https://github.com/ytanikin/pr-conventional-commits/compare/1.4.0...1.4.2) --- updated-dependencies: - dependency-name: ytanikin/pr-conventional-commits dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/conventional-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 9f143c92..9883682f 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -12,7 +12,7 @@ jobs: steps: # https://github.com/marketplace/actions/conventional-commit-in-pull-requests - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.4.0 + uses: ytanikin/pr-conventional-commits@1.4.2 with: task_types: '["fix", "feat", "build", "chore", "ci", "docs", "style", "refactor", "perf", "test"]' custom_labels: '{"feat": "enhancement", "fix": "bug", "docs": "documentation", "ci": "CI/CD", "perf": "performance"}' \ No newline at end of file