pub fn get_pr_commits( client: &GitHubClient, owner: &str, repo: &str, pr_number: u32, ) -> Result<Vec<PrCommit>>
Fetch commits for a PR.