auth_github()
: Creates aGITHUB_TOKEN
and asks to store it in your.Renviron
file.
get_owner()
: Returns the owner of a Github repo.
get_repo()
: Returns the repo name of a Github repo for a given remote.
get_repo_slug()
: Returns the repo slug of a Github repo (<owner>/<repo>
).