mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 16:47:20 +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:
|
||||
# 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
|
||||
- BREAKING CHANGE
|
||||
# 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