Skip to content

Commit 9f2520e

Browse files
authored
chore: Add 'release' to PR task types for validation (#319)
1 parent dbd003f commit 9f2520e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: PR Conventional Commit Validation
1717
uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # v1.5.1
1818
with:
19-
task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert"]'
19+
task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert","release"]'
2020
add_label: 'false'
2121

0 commit comments

Comments
 (0)