Skip to content

Commit dc81593

Browse files
Update custom properties to state maximum name length (#55344)
Co-authored-by: Sophie <[email protected]>
1 parent 9f4b0ba commit dc81593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can add custom properties to your organization and set values for those prop
3636
{% data reusables.profile.org_settings %}
3737
{% data reusables.organizations.access-custom-properties %}
3838
1. To add a new custom property, click **New property** in the upper right corner.
39-
1. In the "Name" field, type the name you'd like to use for your custom property. The name can't contain spaces.
39+
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.
4040
1. Optionally, in the "Description" field, fill in a description of your custom property.
4141
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 %}.
4242
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.

0 commit comments

Comments
 (0)