fix(ai-review): 對齊建問題模式留言順序與命名
This commit is contained in:
@@ -400,7 +400,7 @@ function nothingToReviewComment(ignoredCount) {
|
||||
* 以本函式對 PR 留一則連結留言,達成「問題關聯回 PR」;issue 內文另以
|
||||
* {@link issueBody} 反向引用 `PR #N`,形成雙向交叉連結。
|
||||
*/
|
||||
function issueLinkComment({ issueNumber, issueUrl, severeCount, otherCount }) {
|
||||
function prIssueLinkComment({ issueNumber, issueUrl, severeCount, otherCount }) {
|
||||
return `${MARK}
|
||||
## 🔍 AI Code Review|已建立追蹤問題
|
||||
|
||||
@@ -421,5 +421,5 @@ module.exports = {
|
||||
issueBody,
|
||||
issueFindingComment,
|
||||
nothingToReviewComment,
|
||||
issueLinkComment,
|
||||
prIssueLinkComment,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user