Skip to content

Commit cf1047e

Browse files
authored
test: Expand allowed commit types in PR title linting
Added additional allowed types for commit messages.
1 parent e7d011b commit cf1047e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/lint-pr-title-preview-all.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,17 @@ jobs:
2828
# Configure which types are allowed (newline-delimited).
2929
# Default: https://github.com/commitizen/conventional-commit-types
3030
types: |
31-
fix
3231
feat
32+
fix
33+
docs
34+
style
35+
refactor
36+
perf
37+
test
38+
build
39+
ci
40+
chore
41+
revert
3342
# Configure which scopes are allowed (newline-delimited).
3443
# These are regex patterns auto-wrapped in `^ $`.
3544
scopes: |

0 commit comments

Comments
 (0)