Skip to content

Commit 0482cde

Browse files
committed
ci: update pr title validation workflow
1 parent 76b1d96 commit 0482cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_pr_title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- name: "PR Conventional Commit Validation"
1515
uses: ytanikin/[email protected]
1616
with:
17-
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "data"]'
17+
task_types: '["feat","build","fix","docs","test","ci","refactor","perf","chore","revert", "data"]'
1818
add_label: 'false'

0 commit comments

Comments
 (0)