ci: add task types to PR title validation workflow

Added task types for PR conventional commit validation.
This commit is contained in:
Dani Akash
2026-01-05 18:46:42 +05:30
committed by GitHub
parent 8f4e281d44
commit 38138e2012

View File

@@ -10,3 +10,5 @@ jobs:
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.5.1
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","build"]'