Update .gitea/workflows/pr-review.yml
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m40s
Test / frontend-typecheck (pull_request) Successful in 1m50s
PR Review Automation / review (pull_request) Successful in 4m28s
Test / rust-fmt-check (pull_request) Successful in 12m56s
Test / rust-clippy (pull_request) Successful in 14m22s
Test / rust-tests (pull_request) Successful in 16m43s

This commit is contained in:
sarman 2026-06-21 14:42:13 +00:00
parent f9c7538405
commit fb301e889b

View File

@ -477,7 +477,7 @@ jobs:
if [ -f "/tmp/pr_review.txt" ] && [ -s "/tmp/pr_review.txt" ]; then
REVIEW_BODY=$(head -c 65536 /tmp/pr_review.txt)
BODY=$(jq -n \
--arg body "Automated PR Review:\n\n${REVIEW_BODY}" \
--arg body "Automated PR Review:${REVIEW_BODY}" \
'{body: $body, event: "COMMENT"}')
else
BODY=$(jq -n \