Authored-By: Codex (GPT-5) <noreply@openai.com>
This commit is contained in:
@@ -29,6 +29,10 @@ if printf '%s\n' "${BODY}" | grep -Fq '<!--' ||
|
||||
echo "FAIL[check-naming]: PR body must not contain HTML comment delimiters"
|
||||
FAILED=1
|
||||
fi
|
||||
if printf '%s\n' "${BODY}" | grep -Eq '^[[:blank:]]*(```|~~~)'; then
|
||||
echo "FAIL[check-naming]: PR body must not contain fenced code delimiters"
|
||||
FAILED=1
|
||||
fi
|
||||
|
||||
# ---- branch form ----
|
||||
# <role>/bug-<id>/<kebab>
|
||||
|
||||
Reference in New Issue
Block a user