15 lines
219 B
YAML
15 lines
219 B
YAML
allowMergeCommits: true
|
|
# Always validate the PR title AND all the commits
|
|
titleAndCommits: true
|
|
types:
|
|
- feat
|
|
- fix
|
|
- docs
|
|
- style
|
|
- refactor
|
|
- perf
|
|
- test
|
|
- build
|
|
- ci
|
|
- revert
|