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}\`。`, ``, `---`,