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', }