From f39f58afb6c87edd1d2dcc7af38ad3d975ae90ce Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 26 Jun 2026 14:09:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=A3=E8=A1=9D=E7=AA=81=20PR):=20PR=20?= =?UTF-8?q?=E5=85=A7=E6=96=87=E5=8A=A0=E5=85=A5=E5=90=88=E4=BD=B5=E5=89=8D?= =?UTF-8?q?=E4=BA=BA=E5=B7=A5=E6=AA=A2=E6=9F=A5=E6=B8=85=E5=96=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/index.js b/app/index.js index d67a4f0..bc05f69 100644 --- a/app/index.js +++ b/app/index.js @@ -160,6 +160,12 @@ function buildResolveBody({ source, target, resolveBranch, files, summary }) { ``, ...files.map((f) => `- \`${f}\``), ``, + `### ✅ 合併前人工檢查清單`, + ``, + `- [ ] 已移除所有檔案中的衝突標記(\`<<<<<<<\`、\`=======\`、\`>>>>>>>\`)`, + `- [ ] 已確認合併結果可正常建置/執行`, + `- [ ] 已保留雙方必要變更,無誤刪`, + ``, `解決並合併此 PR 後,\`${source}\` 即可順利合併進 \`${target}\`。`, ``, `---`,