mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
chore: Validate PR title (#297)
This commit is contained in:
parent
e1bccb7585
commit
8c063c7824
3 changed files with 74 additions and 1 deletions
17
.github/semantic.yml
vendored
Normal file
17
.github/semantic.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Disable validation, and skip status check creation
|
||||
enabled: true
|
||||
# Always validate the PR title, and ignore the commits
|
||||
titleOnly: true
|
||||
# Always validate all commits, and ignore the PR title
|
||||
commitsOnly: false
|
||||
# Always validate the PR title AND all the commits
|
||||
titleAndCommits: false
|
||||
# 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
|
||||
- ci
|
||||
- chore
|
||||
Loading…
Add table
Add a link
Reference in a new issue