We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c9b34 commit 6ee1cc9Copy full SHA for 6ee1cc9
.github/scripts/check_formalities.sh
@@ -246,7 +246,7 @@ check_body() {
246
if echo "$body" | grep -qF "(cherry picked from commit"; then
247
status_pass "Commit is marked as cherry-picked"
248
else
249
- output_warn "Commit tog stable branch \`$BRANCH\` should be cherry-picked"
+ output_warn "Commit to stable branch \`$BRANCH\` should be cherry-picked"
250
fi
251
252
}
0 commit comments