Skip to content

Commit 001a3b4

Browse files
committed
ci: fix casing of semantic pr types
1 parent a2de7cc commit 001a3b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/semantic_pr_check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
# Configure which types are allowed (newline-delimited).
2323
# See: https://github.com/commitizen/conventional-commit-types/blob/master/index.json
2424
types: |
25-
fix
26-
feat
27-
docs
28-
ci
29-
chore
30-
build
31-
test
25+
Fix
26+
Feat
27+
Docs
28+
CI
29+
Chore
30+
Build
31+
Test
3232
3333
# # We don't use scopes as of now
3434
# scopes: |

0 commit comments

Comments
 (0)