diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 0188cf5..5903c9c 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@1.1.0 + uses: ytanikin/PRConventionalCommits@1.2.0 with: task_types: '["build","ci","docs","feat","fix","perf","refactor","style","test","feat!"]' custom_labels: '{"build": "build", "ci": "CI/CD", "docs": "documentation", "feat": "feature", "fix": "bug", "perf": "performance", "refactor": "refactor", "style": "style", "test": "test", "feat!": "feature breaking change"}'