Code to assist with administration of GitHub organisation
This package uses the gh package to use the GitHub API. This requires the use of a GitHub Personal Access Token (PAT).
To check whether you have a PAT stored, run gh::gh_token()
. If a PAT can't be found, this will return an empty string (""
). To create a new token, run usethis::create_github_token()
.
More information is available in the gh documentation.
Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.
The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.