From cab3784415cf17af65f3a098965b69187837ee5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:00:24 +0000 Subject: [PATCH] chore(deps): bump ytanikin/PRConventionalCommits from 1.1.0 to 1.3.0 Bumps [ytanikin/PRConventionalCommits](https://github.com/ytanikin/prconventionalcommits) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/ytanikin/prconventionalcommits/releases) - [Commits](https://github.com/ytanikin/prconventionalcommits/compare/1.1.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/prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prs.yaml b/.github/workflows/prs.yaml index 2fa46943..525ca239 100644 --- a/.github/workflows/prs.yaml +++ b/.github/workflows/prs.yaml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@1.1.0 + uses: ytanikin/PRConventionalCommits@1.3.0 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "security"]'