mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 10:38:32 +08:00
chore: improve cherry pick missed message (#38496)
This commit is contained in:
parent
6922c45489
commit
fb92e9a347
2
.github/scripts/check-hotfix-cherry-picks.sh
vendored
2
.github/scripts/check-hotfix-cherry-picks.sh
vendored
@ -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 <sha>)' to the commit message."
|
||||
failed=1
|
||||
continue
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user