diff --git a/.github/workflows/update-pr-label.yml b/.github/workflows/update-pr-label.yml index a0b5f2c6..c1c2fca3 100644 --- a/.github/workflows/update-pr-label.yml +++ b/.github/workflows/update-pr-label.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.5.1 + uses: ytanikin/pr-conventional-commits@1.5.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert", "wip": "WIP"}'