[Backport release-26.05] ci/github-script/lint-commits: add more conventional commit prefixes (#544556)

This commit is contained in:
Matt Sturgeon
2026-07-22 13:43:03 +00:00
committed by GitHub

View File

@@ -74,8 +74,10 @@ async function checkCommitMessages({ commits, core }) {
'fix',
'perf',
'refactor',
'services',
'style',
'test',
'update',
]
/**