We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2402e + 4a13743 commit cb254d0Copy full SHA for cb254d0
1 file changed
.github/workflows/pr-title-conventional-commit.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: PR Conventional Commit Validation
17
uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # v1.5.2
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