Skip to main content

get_pr_commits

Function get_pr_commits 

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

Fetch commits for a PR.