Function repo_merge_pull_request

Source
pub async fn repo_merge_pull_request(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    index: i64,
    body: Option<MergePullRequestOption>,
) -> Result<(), Error<RepoMergePullRequestError>>