From fb92e9a3470415bec35c50857870d38cf4a09a03 Mon Sep 17 00:00:00 2001 From: FFXN <31929997+FFXN@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:53:14 +0800 Subject: [PATCH] chore: improve cherry pick missed message (#38496) --- .github/scripts/check-hotfix-cherry-picks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check-hotfix-cherry-picks.sh b/.github/scripts/check-hotfix-cherry-picks.sh index 11dc024ccf8..cb97dc20699 100644 --- a/.github/scripts/check-hotfix-cherry-picks.sh +++ b/.github/scripts/check-hotfix-cherry-picks.sh @@ -45,7 +45,7 @@ while IFS= read -r commit_sha; do ) if [[ -z "$source_sha" ]]; then - error "Commit $commit_sha ($subject) is missing cherry-pick provenance. $REMEDIATION_HINT" + error "Commit $commit_sha ($subject) is missing cherry-pick provenance. $REMEDIATION_HINT If version differences prevent using git cherry-pick -x, manually add '(cherry picked from commit )' to the commit message." failed=1 continue fi