Skip to main content

get_pr_files

Function get_pr_files 

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

Fetch the list of changed files for a PR.