Restrict Repository Creation
Description
This policy is designed to prevent members of a GitHub organization from creating new repositories. This includes public and private repositories.
Technical Details
This policy will set the following values for the organization(members_allowed_repository_creation_type=none
, members_can_create_public_repositories=false
, members_can_create_private_repositories=false
) at the organization level.