We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd003f commit 9f2520eCopy full SHA for 9f2520e
1 file changed
.github/workflows/pr-title-check.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: PR Conventional Commit Validation
17
uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # v1.5.1
18
with:
19
- task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert"]'
+ task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert","release"]'
20
add_label: 'false'
21
0 commit comments