We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e837c21 + ca57759 commit 666f18cCopy full SHA for 666f18c
ci/check-cherry-picks.sh
@@ -121,7 +121,7 @@ while read -r new_commit_sha ; do
121
# consider this too unlikely to happen, to deal with explicitly.
122
max_length=10000
123
if [ "${#diff}" -gt $max_length ]; then
124
- printf -v diff "%s\n\n[...truncated...]" "$(echo "$diff" | head -c $max_length | head -n-1)"
+ printf -v diff "%s\n>\n> [...truncated...]" "$(echo "$diff" | head -c $max_length | head -n-1)"
125
fi
126
echo "$diff" >> $markdown_file
127
echo '> ```' >> $markdown_file
0 commit comments