mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
19 lines
383 B
YAML
19 lines
383 B
YAML
# Always validate the PR title, and ignore the commits
|
|
titleOnly: true
|
|
|
|
# By default types specified in commitizen/conventional-commit-types is used.
|
|
# See: https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json
|
|
# You can override the valid types
|
|
types:
|
|
- feat
|
|
- fix
|
|
- docs
|
|
- style
|
|
- refactor
|
|
- perf
|
|
- test
|
|
- build
|
|
- ci
|
|
- chore
|
|
- revert
|