From 4a869077008f252f140691f2eb40e2d2e7951eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:43:08 +0000 Subject: [PATCH] deps: bump ytanikin/PRConventionalCommits from 1.2.0 to 1.3.0 Bumps [ytanikin/PRConventionalCommits](https://github.com/ytanikin/prconventionalcommits) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/ytanikin/prconventionalcommits/releases) - [Commits](https://github.com/ytanikin/prconventionalcommits/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: ytanikin/PRConventionalCommits dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/prebuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yaml b/.github/workflows/prebuild.yaml index 00fc626..3fb88b7 100644 --- a/.github/workflows/prebuild.yaml +++ b/.github/workflows/prebuild.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: PR Conventional Commit Validation id: check_title - uses: ytanikin/PRConventionalCommits@1.2.0 + uses: ytanikin/PRConventionalCommits@1.3.0 with: task_types: '["feat","fix","docs", "deps", "chore"]' add_label: 'false'