pub fn list_recent_merged_prs(
client: &GitHubClient,
owner: &str,
repo: &str,
limit: usize,
) -> Result<Vec<PullRequestListItem>>Expand description
Fetch recent merged PRs for a repository from the closed PR listing.
pub fn list_recent_merged_prs(
client: &GitHubClient,
owner: &str,
repo: &str,
limit: usize,
) -> Result<Vec<PullRequestListItem>>Fetch recent merged PRs for a repository from the closed PR listing.