try_to_merge

Function try_to_merge 

Source
pub fn try_to_merge(
    client: &Client,
    api_server: &Url,
    mr: MergeRequest,
) -> Result<MergeResult>
Expand description

Try to merge the given MR, optionally rebasing and waiting for pipeline completition.