Comment on a GitHub issue

gh_issue_comment(path, issue_number, body, ...)

Arguments

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 gh_issue_list

body

The issue's body text

...

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

Value

NA; called for side effects.

See also