pub fn get_commit_pulls(
client: &GitHubClient,
owner: &str,
repo: &str,
sha: &str,
) -> Result<Vec<PullRequestSummary>>Expand description
Fetch PRs associated with a commit.
pub fn get_commit_pulls(
client: &GitHubClient,
owner: &str,
repo: &str,
sha: &str,
) -> Result<Vec<PullRequestSummary>>Fetch PRs associated with a commit.