From f9c75384053d508265a284c34ea41f813d7442f0 Mon Sep 17 00:00:00 2001 From: sarman Date: Sun, 21 Jun 2026 14:41:30 +0000 Subject: [PATCH] Update .gitea/workflows/pr-review.yml --- .gitea/workflows/pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-review.yml b/.gitea/workflows/pr-review.yml index 19499bcf..56f8d882 100644 --- a/.gitea/workflows/pr-review.yml +++ b/.gitea/workflows/pr-review.yml @@ -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 (qwen3.5-122b-think via liteLLM):\n\n${REVIEW_BODY}" \ + --arg body "Automated PR Review:\n\n${REVIEW_BODY}" \ '{body: $body, event: "COMMENT"}') else BODY=$(jq -n \