Skip to main content

get_pr_reviews

Function get_pr_reviews 

Source
pub fn get_pr_reviews(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    pr_number: u32,
) -> Result<Vec<Review>>
Expand description

Fetch reviews for a PR (paginated).