ci/github-script/commits: clarify commit hash not found message

Per matrix.
This commit is contained in:
Michael Daniels 2025-11-28 18:04:01 -05:00
commit 3b4575c8c9
No known key found for this signature in database

View file

@ -46,7 +46,7 @@ module.exports = async ({ github, context, core, dry, cherryPicks }) => {
sha,
commit,
severity: 'warning',
message: `Couldn't locate original commit hash in message of ${sha}.`,
message: `Couldn't locate the cherry-picked commit's hash in the commit message of ${sha}.`,
type: 'no-commit-hash',
}