From 680c846604903545bccb0ac3fd95fd9f95dd19b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:58:13 +0000 Subject: [PATCH] chore(deps): bump ytanikin/PRConventionalCommits from 1.1.0 to 1.2.0 Bumps [ytanikin/PRConventionalCommits](https://github.com/ytanikin/prconventionalcommits) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/ytanikin/prconventionalcommits/releases) - [Commits](https://github.com/ytanikin/prconventionalcommits/compare/b7be9213c4fa33260646db6c9b905332dc90b310...8d258b54939f6769fcd935a52b96d6b0383a00c5) --- updated-dependencies: - dependency-name: ytanikin/PRConventionalCommits dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 78ede66..e76c460 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@b7be9213c4fa33260646db6c9b905332dc90b310 # 1.1.0 + uses: ytanikin/PRConventionalCommits@8d258b54939f6769fcd935a52b96d6b0383a00c5 # 1.2.0 with: task_types: '["build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "chore"]' add_label: 'true'