Skip to content

Commit 8d33a46

Browse files
authored
chore: Updated allowed types for PR title (terraform-aws-modules#1716)
1 parent 3002be5 commit 8d33a46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pr-title.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
with:
2121
# Configure which types are allowed.
2222
# Default: https://github.com/commitizen/conventional-commit-types
23-
types: |
24-
fix
25-
feat
26-
docs
27-
ci
28-
chore
29-
BREAKING CHANGE
23+
types:
24+
- fix
25+
- feat
26+
- docs
27+
- ci
28+
- chore
29+
- BREAKING CHANGE
3030
# Configure that a scope must always be provided.
3131
requireScope: false
3232
# Configure additional validation for the subject based on a regex.

0 commit comments

Comments
 (0)