fix(diagnostics): 處理 ai review findings #32

Open
jiantw83 wants to merge 85 commits from develop into master
Showing only changes of commit cfbbbe5f6c - Show all commits
+2 -1
View File
@@ -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) {