View source: R/parse-github-issues.R
get_issues | R Documentation |
Mainly a helper function called by parse_github_issues()
but can also be
used to pull the raw content for issues associated with a given milestone.
get_issues(org, repo, mile, domain = VALID_DOMAINS)
org |
Github organization that the repo is under. |
repo |
The name of the repo for the package you are validating. |
mile |
The name of the milestone associated with the release you are validating. All issues tied to this milestone with be pulled. |
domain |
Domain where repo lives. Either "github.com" or "ghe.metrumrg.com", defaulting to "github.com". |
parse_github_issues()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.