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