From 66125e7bf625b9a92307b946d3418340044e9b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:35:23 +0000 Subject: [PATCH] build(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/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ed420148e..bfa54bc7b 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@1.2.0 + uses: ytanikin/PRConventionalCommits@1.3.0 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' add_label: 'false'