mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
chore: Fixed types in PR title (#1718)
This commit is contained in:
@@ -20,13 +20,12 @@ jobs:
|
||||
with:
|
||||
# Configure which types are allowed.
|
||||
# Default: https://github.com/commitizen/conventional-commit-types
|
||||
types:
|
||||
- fix
|
||||
- feat
|
||||
- docs
|
||||
- ci
|
||||
- chore
|
||||
- BREAKING CHANGE
|
||||
types: |
|
||||
fix
|
||||
feat
|
||||
docs
|
||||
ci
|
||||
chore
|
||||
# Configure that a scope must always be provided.
|
||||
requireScope: false
|
||||
# Configure additional validation for the subject based on a regex.
|
||||
|
||||
Reference in New Issue
Block a user