-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
Description
Prerequisites:
- Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature.
https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-repository-visibility#about-internal-repositories
- Is the functionality available through the GitHub API? If the functionality is available, please provide links to the
API documentation (https://developer.github.com/v3/) as well as the Octokit documentation (https://octokit.github.io/).
https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#update-a-repository
New Feature
Add setting to set repository visiblity to "internal" (or other allowed value)
e.g.
repository:
# allowed values: private, public or internal (enterprise only)
visibility: "internal"bigbenz39, mattvanstone and ryanwholey