Function pulls_slash_merge

Source
pub async fn pulls_slash_merge(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    pull_number: i32,
    pulls_merge_request: Option<PullsMergeRequest>,
) -> Result<PullRequestMergeResult, Error<PullsSlashMergeError>>
Expand description

Merges a pull request into the base branch. This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "Rate limits for the API" and "Best practices for using the REST API."