From 7352220d217567f5e6a7b58e681eaaf15b8b1f39 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Fri, 28 Nov 2025 18:04:01 -0500 Subject: [PATCH] ci/github-script/commits: clarify commit hash not found message Per matrix. (cherry picked from commit 3b4575c8c969a2c81783b6ba1bb6c0aa27926d9e) --- ci/github-script/commits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/github-script/commits.js b/ci/github-script/commits.js index 241bc95ee1b53..91cfe00fa58c4 100644 --- a/ci/github-script/commits.js +++ b/ci/github-script/commits.js @@ -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', }