Function repo_create_pull_request

Source
pub async fn repo_create_pull_request(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    body: Option<CreatePullRequestOption>,
) -> Result<PullRequest, Error<RepoCreatePullRequestError>>