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.
pub fn try_to_merge(
client: &Client,
api_server: &Url,
mr: MergeRequest,
) -> Result<MergeResult>
Try to merge the given MR, optionally rebasing and waiting for pipeline completition.