We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d011b commit cf1047eCopy full SHA for cf1047e
1 file changed
.github/workflows/lint-pr-title-preview-all.yml
@@ -28,8 +28,17 @@ jobs:
28
# Configure which types are allowed (newline-delimited).
29
# Default: https://github.com/commitizen/conventional-commit-types
30
types: |
31
- fix
32
feat
+ fix
33
+ docs
34
+ style
35
+ refactor
36
+ perf
37
+ test
38
+ build
39
+ ci
40
+ chore
41
+ revert
42
# Configure which scopes are allowed (newline-delimited).
43
# These are regex patterns auto-wrapped in `^ $`.
44
scopes: |
0 commit comments