Skip to content

Commit 735e337

Browse files
Update custom property types in documentation (#58714)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a4f5dcd commit 735e337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ shortTitle: Repository custom properties
1313

1414
## About custom properties
1515

16-
{% data reusables.enterprise.custom-properties-intro %}. See [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/custom-properties).
16+
{% data reusables.enterprise.custom-properties-intro %} See [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/custom-properties).
1717

1818
This article relates to **repository custom properties.**
1919

@@ -35,7 +35,7 @@ You can add custom properties to your organization and set values for those prop
3535
1. To add a new custom property, click **New property** in the upper right corner.
3636
1. In the "Name" field, type the name you'd like to use for your custom property. The name can't contain spaces, and cannot exceed 75 characters in length.
3737
1. Optionally, in the "Description" field, fill in a description of your custom property.
38-
1. Under "Type", select the type of property you'd like to add. This can either be a text string{% ifversion ghes < 3.15 %} or a single select field{% else %}, a single select field, a multi select field, or a true/false boolean{% endif %}.
38+
1. Under "Type", select the type of property you'd like to add. This can either be a text string{% ifversion ghes < 3.15 %} or a single select field{% else %}, a single select field, a multi select field, {% ifversion ghes > 3.20 %}a URL, {% endif %}or a true/false boolean{% endif %}.
3939
1. Optionally, you can select **Allow repository actors to set this property**. When enabled, repository users and apps with the repository-level "custom properties" fine-grained permission will be able to set and update the property value for their repository.
4040
1. Optionally, you can select **Require this property for all repositories** and add a default value. This means that you require that all repositories in your organization have a value for this property. Repositories that don’t have an explicit value for this property will inherit the default value.
4141
1. Click **Save property**.

0 commit comments

Comments
 (0)