We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2de7cc commit 001a3b4Copy full SHA for 001a3b4
.github/workflows/semantic_pr_check.yml
@@ -22,13 +22,13 @@ jobs:
22
# Configure which types are allowed (newline-delimited).
23
# See: https://github.com/commitizen/conventional-commit-types/blob/master/index.json
24
types: |
25
- fix
26
- feat
27
- docs
28
- ci
29
- chore
30
- build
31
- test
+ Fix
+ Feat
+ Docs
+ CI
+ Chore
+ Build
+ Test
32
33
# # We don't use scopes as of now
34
# scopes: |
0 commit comments