feat: AI Pull Request action — opencode 自動產生 PR 並通過 AI review #2

Open
jiantw83 wants to merge 24 commits from ai-review-resolve/develop-20260626-114117 into develop
Showing only changes of commit f39f58afb6 - Show all commits
+6
View File
2
@@ -160,6 +160,12 @@ function buildResolveBody({ source, target, resolveBranch, files, summary }) {
``,
...files.map((f) => `- \`${f}\``),
``,
`### ✅ 合併前人工檢查清單`,
``,
`- [ ] 已移除所有檔案中的衝突標記(\`<<<<<<<\`\`=======\`\`>>>>>>>\``,
`- [ ] 已確認合併結果可正常建置/執行`,
`- [ ] 已保留雙方必要變更,無誤刪`,
``,
`解決並合併此 PR 後,\`${source}\` 即可順利合併進 \`${target}\``,
``,
`---`,
1