create_merge_request: Create a merge request
Description
Create a merge request
Usage
create_merge_request(project, source_branch, target_branch = "master", title, description, verb = httr::POST, ...)
Arguments
project
name or id of project (not repository!)
source_branch
name of branch to be merged
target_branch
name of branch into which to merge
title
title of the merge request
description
description text for the merge request
verb
is ignored, will always be forced to match the action the function name indicates
...
passed on to gitlab
. Might contain more fields documented in gitlab API doc.