feat: AI Pull Request action — opencode 自動產生 PR 並通過 AI review #2
@@ -160,6 +160,12 @@ function buildResolveBody({ source, target, resolveBranch, files, summary }) {
|
||||
``,
|
||||
...files.map((f) => `- \`${f}\``),
|
||||
``,
|
||||
`### ✅ 合併前人工檢查清單`,
|
||||
``,
|
||||
`- [ ] 已移除所有檔案中的衝突標記(\`<<<<<<<\`、\`=======\`、\`>>>>>>>\`)`,
|
||||
`- [ ] 已確認合併結果可正常建置/執行`,
|
||||
`- [ ] 已保留雙方必要變更,無誤刪`,
|
||||
``,
|
||||
`解決並合併此 PR 後,\`${source}\` 即可順利合併進 \`${target}\`。`,
|
||||
``,
|
||||
`---`,
|
||||
|
||||
Reference in New Issue
Block a user