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