Skip to content

Commit

Permalink
fix: add title attribute to policies
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Dec 22, 2024
1 parent 447a455 commit 31b05d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/policies.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31b05d4

Please # to comment.