a4bb752d71
- pull_request.synchronize: notify reviewer to re-review after push - pull_request_review COMMENTED: notify PR author of review comments - New templates: review_updated.md, review_comment.md - Idempotency: add review ID to content dedup key - Design doc: docs/design/23-toolchain-pr-lifecycle.md
535 B
535 B
PR 有新提交,请重新 Review
PR: http://192.168.2.154:3000/{repo}/pulls/{pr_number} 标题: {pr_title} 作者: {pr_author} 新 commit: {new_sha}
您之前已审查过此 PR,作者已根据反馈更新了代码。请重新 Review。
流程:
- 读取 PR diff(Gitea API: GET /repos/{repo}/pulls/{pr_number}.diff)
- 重点检查上次 Review 意见的修改部分
- 提交 Review(Gitea API: POST /repos/{repo}/pulls/{pr_number}/reviews)
- 提交后改动者会自动收到通知
完成后回复此 Mail 确认。