mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-28 20:21:48 +01:00
chore: Updated allowed types for PR title (#1716)
This commit is contained in:
14
.github/workflows/pr-title.yml
vendored
14
.github/workflows/pr-title.yml
vendored
@@ -20,13 +20,13 @@ 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
|
- 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