chore: Updated allowed types for PR title (#1716)

This commit is contained in:
Anton Babenko
2021-12-12 21:55:51 +01:00
committed by GitHub
parent 3002be59ef
commit 8d33a46170

View File

@@ -20,13 +20,13 @@ jobs:
with: with:
# Configure which types are allowed. # Configure which types are allowed.
# Default: https://github.com/commitizen/conventional-commit-types # Default: https://github.com/commitizen/conventional-commit-types
types: | types:
fix - fix
feat - feat
docs - docs
ci - ci
chore - chore
BREAKING CHANGE - BREAKING CHANGE
# Configure that a scope must always be provided. # Configure that a scope must always be provided.
requireScope: false requireScope: false
# Configure additional validation for the subject based on a regex. # Configure additional validation for the subject based on a regex.