Description Usage Arguments Value See Also
Comment on a GitHub issue
1 | gh_issue_comment(path, issue_number, body, ...)
|
path |
GitHub repo path of the form "username/repo". If not provided, will default to current repo. |
issue_number |
The issue number on which to comment. Can be determined online or with |
body |
The issue's body text |
... |
Additional parameters, see https://docs.github.com/en/rest |
NA; called for side effects.
Other Issues:
gh_issue_assign()
,
gh_issue_list()
,
gh_issue_mention()
,
gh_issue_new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.