Create an issue on a github repo

gh_issue_new(path, title, body, ...)

Arguments

path

GitHub repo path of the form "username/repo". If not provided, will default to current repo.

title

The issue's title

body

The issue's body text

...

Additional parameters, see https://docs.github.com/en/rest

Value

NA; used for side effects to create a new issue on the specified GitHub repository.

See also