返回组织内某个 PR 对应的最新 Devin Review。
省略 commit_sha 时,会从代码托管平台获取 PR 当前的 head commit 并使用它。如果解析后的提交没有对应的审查结果,则返回 404。
Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
UseReviewManual 权限。服务用户凭据(前缀:cog_)
组织 ID(前缀:org-)
"org-abc123def456"
要查找的拉取请求/合并请求的完整 URL(例如:https://github.com/owner/repo/pull/123)。
"https://github.com/owner/repo/pull/123"
要查找的 Commit SHA(完整值或短前缀)。省略时,默认使用 PR 当前的 head commit。
"abc123def4567890abc123def4567890abc123de"