View source: R/gh_issues_labels_get.R
gh_issues_labels_get | R Documentation |
Get issues for a repo
gh_issues_labels_get(
full_names,
days_back = 30,
state = c("open", "closed", "all"),
...
)
full_names |
Vector of repo names (format 'org/repo') |
days_back |
How many days back to look for commits. |
state |
Defaults to open. Search issues based on open, closed or all. |
... |
Pass down options to |
New Columns
URL for the issue
Name of the label
Hex colour
Label description
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.