mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-03-21 06:39:28 +00:00
45 lines
977 B
YAML
45 lines
977 B
YAML
|
---
|
||
|
# Always validate the PR title, and ignore the commits
|
||
|
# titleOnly: true
|
||
|
|
||
|
# Always validate all commits, and ignore the PR title
|
||
|
commitsOnly: true
|
||
|
|
||
|
# Always validate the PR title AND all the commits
|
||
|
# titleAndCommits: true
|
||
|
|
||
|
# Require at least one commit to be valid
|
||
|
# this is only relevant when using commitsOnly: true or titleAndCommits: true,
|
||
|
# which validate all commits by default
|
||
|
# anyCommit: true
|
||
|
|
||
|
# Allow use of Merge commits (eg on github: "Merge branch 'master' into
|
||
|
# feature/ride-unicorns")
|
||
|
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
|
||
|
allowMergeCommits: false
|
||
|
|
||
|
##
|
||
|
## We do not use scopes, list is empty.
|
||
|
##
|
||
|
# You can define a list of valid scopes
|
||
|
# scopes:
|
||
|
# - scope1
|
||
|
# - scope2
|
||
|
|
||
|
# By default types specified in commitizen/conventional-commit-types is used.
|
||
|
##
|
||
|
## We override the types by components we have.
|
||
|
##
|
||
|
types:
|
||
|
- cephfs
|
||
|
- rbd
|
||
|
- doc
|
||
|
- util
|
||
|
- journal
|
||
|
- helm
|
||
|
- build
|
||
|
- ci
|
||
|
- e2e
|
||
|
- cleanup
|
||
|
- revert
|