From 1fea5e459a407b10feffb0d16a8b57336344462c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 05:26:39 +0000 Subject: [PATCH] chore(deps): bump ytanikin/pr-conventional-commits Bumps the minor-and-patch group with 1 update: [ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits). Updates `ytanikin/pr-conventional-commits` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/ytanikin/pr-conventional-commits/releases) - [Commits](https://github.com/ytanikin/pr-conventional-commits/compare/fda730cb152c05a849d6d84325e50c6182d9d1e9...639145d78959c53c43112365837e3abd21ed67c1) --- updated-dependencies: - dependency-name: ytanikin/pr-conventional-commits dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/conventional-commit-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commit-prs.yml b/.github/workflows/conventional-commit-prs.yml index 75b9bb6..a987b6c 100644 --- a/.github/workflows/conventional-commit-prs.yml +++ b/.github/workflows/conventional-commit-prs.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # 1.5.1 + uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # 1.5.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'