Skip to main content

list_recent_merged_prs

Function list_recent_merged_prs 

Source
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.