From be9c8a3b9dab1b9a38bd678647ab2e6b708d303a Mon Sep 17 00:00:00 2001 From: drodarie Date: Sun, 29 Dec 2024 13:45:15 +0100 Subject: [PATCH] fix: bump pull request to allow test for breaking changes --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9ab7c760..f60ace4b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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","revert"]'