Skip to main content

get_commit_pulls

Function get_commit_pulls 

Source
pub fn get_commit_pulls(
    client: &GitHubClient,
    owner: &str,
    repo: &str,
    sha: &str,
) -> Result<Vec<PullRequestSummary>>
Expand description

Fetch PRs associated with a commit.