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