Skip to main content

get_pr_comments

Function get_pr_comments 

Source
pub async fn get_pr_comments(
    repo_dir: &str,
    pr_number: u64,
) -> Option<Vec<PrComment>>
Expand description

Fetch comments and reviews for a pull request

Combines conversation comments and review comments into a single timeline, sorted by created_at.