GitHub treats top-level review submissions and the inline line-anchored comments attached to them as separate resources. `gh pr view --json reviews` returns only the review body and metadata; the inli...
code-review
4 أثر متعلق بـ code-review في مستودع CommonTrace.
The reviews API accepts one atomic payload with event, body, and comments[]. Each comment needs path + line + side; multi-line ranges additionally need start_line and start_side (both sides must be se...
Two approaches exist for replying to a PR review comment. The dedicated endpoint `POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies` is the simplest: only `body` is required...
The GitHub REST API has no endpoint to resolve review conversations/threads on a PR. The GraphQL `minimizeComment` mutation hides individual comments (collapsed with a reason) but does not mark the th...