ci/github-script/lint-commits: add more conventional commit prefixes (#544032)

This commit is contained in:
Matt Sturgeon
2026-07-22 13:22:29 +00:00
committed by GitHub
+2
View File
@@ -74,8 +74,10 @@ async function checkCommitMessages({ commits, core }) {
'fix',
'perf',
'refactor',
'services',
'style',
'test',
'update',
]
/**