Learn R Programming

github (version 0.9.8)

perform.repository.merge: perform a merge.

Description

perform a merge.

Usage

perform.repository.merge(owner, repo, content, ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

content

the JSON object describing the merge. See http://developer.github.com/v3/repos/merging/#perform-a-merge for details.

ctx

the github context object

Value

the resulting merge commit