post_issue_update | R Documentation |
Post updates to existing issue in GitHub repository
post_issue_update(ref, issue_number, ...)
ref |
Repository reference (list) created by |
issue_number |
Issue number |
... |
Additional user-defined body parameters. Use |
Number (identifier) of updated issue
Other issues:
get_issue_comments()
,
get_issue_events()
,
get_issues()
,
parse_issue_comments()
,
parse_issue_events()
,
parse_issues()
,
post_issue()
,
report_discussion()
,
report_progress()
,
viz_waterfall()
## Not run:
myrepo <- create_repo_ref('emilyriederer', 'myrepo')
post_issue_update(myrepo,
issue_number = 1,
labels = c('priority:high', 'bug'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.