post_issue_update: Post updates to existing issue in GitHub repository

View source: R/post.R

post_issue_updateR Documentation

Post updates to existing issue in GitHub repository

Description

Post updates to existing issue in GitHub repository

Usage

post_issue_update(ref, issue_number, ...)

Arguments

ref

Repository reference (list) created by create_repo_ref()

issue_number

Issue number

...

Additional user-defined body parameters. Use browse_docs() to learn more.

Value

Number (identifier) of updated issue

See Also

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()

Examples

## Not run: 
myrepo <- create_repo_ref('emilyriederer', 'myrepo')
post_issue_update(myrepo,
  issue_number = 1,
  labels = c('priority:high', 'bug'))

## End(Not run)

emilyriederer/projmgr documentation built on Jan. 26, 2024, 3:09 a.m.