Functionsยง
- collect
- Collect all reviews and meta-reviews from a PR via GitHub API.
- collect_
and_ print - Collect reviews from a PR and print as JSON (CLI entry point).
- parse_
review_ comment - Parse a
/reviewcomment body into an EmbeddedReview. Returns None if the comment is malformed, with warnings added to the list.