pub fn get_pr_files( client: &GitHubClient, owner: &str, repo: &str, pr_number: u32, ) -> Result<Vec<PrFile>>
Fetch the list of changed files for a PR.