From cfbbbe5f6c3beb591848162100bdbc6073759731 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 20 Jul 2026 15:41:17 +0800 Subject: [PATCH] =?UTF-8?q?docs(review):=20=E4=BF=AE=E6=AD=A3=20postSevere?= =?UTF-8?q?ToIssue=20=E8=A8=BB=E8=A7=A3=E7=82=BA=E5=BB=BA=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E6=A8=A1=E5=BC=8F=E8=AD=A6=E5=91=8A=EF=BC=8F=E5=BB=BA?= =?UTF-8?q?=E8=AD=B0=E9=80=90=E6=A2=9D=E7=95=99=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- src/lib/review.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/review.js b/src/lib/review.js index 1d1b47a..b6a69ea 100644 --- a/src/lib/review.js +++ b/src/lib/review.js @@ -728,7 +728,8 @@ ${JSON.stringify(brief)} * @remarks * 使用情境:建問題模式(input: create-issue)下,`main()`(src/index.js)於防守方裁決後 * 建立追蹤 issue、寫入情境留言,再以本函式把嚴重問題逐條留言到該 issue; - * 警告+建議則以 {@link templates.othersComment} 彙整成單一表格另發到同一 issue。 + * 警告+建議則由 {@link postOthersToIssue} 同樣逐條留言到同一 issue(皆可個別回覆), + * 不使用 {@link templates.othersComment} 的單一表格——表格僅用於一般模式(PR)。 */ async function postSevereToIssue({ ctx, gitea, issueNumber, severe }) { for (const finding of severe) {