ci/github-script/lint-commits: add more conventional commit prefixes

Fixes #543681
This commit is contained in:
Michael Daniels
2026-07-21 19:11:43 -04:00
parent 94948cac48
commit 1c28135859
+2
View File
@@ -74,8 +74,10 @@ async function checkCommitMessages({ commits, core }) {
'fix',
'perf',
'refactor',
'services',
'style',
'test',
'update',
]
/**