gl_create_merge_request: Create a merge request

Description Usage Arguments

View source: R/projects_and_repos.R

Description

Create a merge request

Usage

1
2
gl_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.


jirkalewandowski/gitlabr documentation built on May 19, 2019, 11:37 a.m.