pub fn count_pull_requests(author: &str) -> Result<usize, String>
Counts the number of merged pull requests for a given author.