diff --git a/lib/policies.js b/lib/policies.js index 7b59e8a..d53b43e 100644 --- a/lib/policies.js +++ b/lib/policies.js @@ -2,6 +2,7 @@ const github = require('./github') const policies = [{ name: 'restrictRepoCreationGitHub', + title: "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.', technicalDetails: '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.', policy: github.restrictRepoCreationGitHub