create_issue: Issues and milestones

View source: R/issues.R

create_issueR Documentation

Issues and milestones

Description

Create issues and milestones in repositories

Usage

create_issue(owner, repo, title, body, labels = c("help wanted"), ...)

create_milestone(owner, repo, title, ...)

Arguments

owner

the owner of the GitHub repository

repo

the name of the GitHub repository

title

the title of the issue or milestone

body

the body of the issue

labels

GitHub label to use with the issue

...

additional parameters being passed to gh::gh

Value

JSON


fmichonneau/carpenter documentation built on July 5, 2022, 7:08 a.m.