Skip to content

Commit

Permalink
ci: fix casing of semantic pr types
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 17, 2024
1 parent a2de7cc commit 001a3b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/semantic_pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
# Configure which types are allowed (newline-delimited).
# See: https://github.com/commitizen/conventional-commit-types/blob/master/index.json
types: |
fix
feat
docs
ci
chore
build
test
Fix
Feat
Docs
CI
Chore
Build
Test
# # We don't use scopes as of now
# scopes: |
Expand Down

0 comments on commit 001a3b4

Please sign in to comment.