From d6069f443c11814e60a9cf3017c92d8bb5fef91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:18:32 +0000 Subject: [PATCH 1/2] chore(deps): Bump ytanikin/pr-conventional-commits from 1.4.1 to 1.5.1 Bumps [ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/ytanikin/pr-conventional-commits/releases) - [Commits](https://github.com/ytanikin/pr-conventional-commits/compare/8267db1bacc237419f9ed0228bb9d94e94271a1d...fda730cb152c05a849d6d84325e50c6182d9d1e9) --- 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/validate-conventional-commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-conventional-commits.yaml b/.github/workflows/validate-conventional-commits.yaml index 51b7bd2..172e083 100644 --- a/.github/workflows/validate-conventional-commits.yaml +++ b/.github/workflows/validate-conventional-commits.yaml @@ -17,6 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@8267db1bacc237419f9ed0228bb9d94e94271a1d # v1.4.1 + uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # v1.5.1 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' From 8b8f75a09f2fdd6fa4c235d41174a7f6989bf2de Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Fri, 16 Jan 2026 00:04:33 -0600 Subject: [PATCH 2/2] chore: mirror pr-78 Signed-off-by: Roger Barker