Unverified Commit 668e60a9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

[Backport release-25.11] ci/github-script/commits: clarify commit hash not found message (#466219)

parents 384f05fd 4efc3828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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',
        }