Skip to content

Commit 334a31a

Browse files
Chore: Update conventional commit lint rules to accept case differences (#926)
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent dbd0677 commit 334a31a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/standalone-linting.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,27 @@ jobs:
4040
# but accept any of the standard types
4141
types: |
4242
Fix
43+
fix
4344
Feat
45+
feat
4446
Chore
47+
chore
4548
Docs
49+
docs
4650
Style
51+
style
4752
Refactor
53+
refactor
4854
Perf
55+
perf
4956
Test
57+
test
5058
Revert
59+
revert
5160
CI
61+
ci
5262
Build
63+
build
5364
validateSingleCommit: true
5465
validateSingleCommitMatchesPrTitle: true
5566

0 commit comments

Comments
 (0)