ci/github-script/commits: clarify commit hash not found message (#466088)

This commit is contained in:
Wolfgang Walther
2025-11-29 10:41:29 +00:00
committed by GitHub
+1 -1
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',
}