pub fn parse_inline_comments(json: &str) -> Result<Vec<ReviewComment>>Expand description
Parse gh api repos/{owner}/{repo}/pulls/<n>/comments into inline review
comments. No I/O.
gh pr view does not surface inline comments, and inline is exactly where
both review bots put their findings - a landing loop that read only the
top-level thread would never see the thing it is supposed to fix.