Skip to contents

Extract contributors currently listed on an "All Contributions" issue in a github repository.

Usage

get_gh_contrib_issue(org, repo)

Arguments

org

Github organisation name for repository

repo

Repository within org for which contributors are to be extracted

Value

Character vector of github logins for all contributors listed in current issue, or empty character string if there no issue named "All Contributors".

Examples

if (FALSE) {
get_gh_contrib_issue (org = "ropenscilabs", repo = "allcontributors")
}