Skip to main content

search_merged_prs

Function search_merged_prs 

Source
pub fn search_merged_prs(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    since: &str,
    until: &str,
) -> Result<Vec<u32>>
Expand description

Search for merged PRs within a date range using GitHub Search API.