diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 9f143c92..9883682f 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -12,7 +12,7 @@ jobs: steps: # https://github.com/marketplace/actions/conventional-commit-in-pull-requests - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.4.0 + uses: ytanikin/pr-conventional-commits@1.4.2 with: task_types: '["fix", "feat", "build", "chore", "ci", "docs", "style", "refactor", "perf", "test"]' custom_labels: '{"feat": "enhancement", "fix": "bug", "docs": "documentation", "ci": "CI/CD", "perf": "performance"}' \ No newline at end of file