Function repo_get_commit_pull_request

Source
pub async fn repo_get_commit_pull_request(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    sha: &str,
) -> Result<PullRequest, Error<RepoGetCommitPullRequestError>>