Description Usage Arguments Value See Also
Create an issue on a github repo
1 | gh_issue_new(path, title, body, ...)
|
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 |
NA; used for side effects to create a new issue on the specified GitHub repository.
Other Issues:
gh_issue_assign()
,
gh_issue_comment()
,
gh_issue_list()
,
gh_issue_mention()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.