gh_issue_labels | R Documentation |
Extract information on help-wanted labels for issues
gh_issue_labels(
i,
labels_help = "(help)|(help wanted)|(help-wanted)|(help_wanted)",
labels_first = "(good first issue)|(beginner)|(good-first-issue)"
)
i |
Data frame of issues from |
labels_help |
Character. Regular expression to match help-wanted labels. |
labels_first |
Character. Regular expression to meatch good-first-issue labels. |
data frame with added label details
i <- gh_issue_fetch(owner = "ropensci", repo = "weathercan")
i <- gh_issue_fmt(i)
i <- gh_issue_labels(i)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.