Skip to content

Commit 21a796c

Browse files
bss-mcCopilot
andauthored
Add 75 character limits for custom properties (#58605)
Co-authored-by: Copilot <[email protected]>
1 parent 6491e4d commit 21a796c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -52,7 +52,7 @@ You{% ifversion custom-org-roles %}, and any users with the "Edit custom propert
5252

5353
![Screenshot the page to set values for repositories. A button, labeled with a pencil icon and "Edit properties", is highlighted with an orange outline.](/assets/images/help/repository/edit-properties.png)
5454

55-
1. In the modal dialog that appears, select a value for each property you'd like to set for the selected repositories.
55+
1. In the modal dialog that appears, select a value for each property you'd like to set for the selected repositories. This value cannot exceed 75 characters in length.
5656
1. Click **Save changes**.
5757

5858
## Viewing values for repositories in your organization

data/reusables/enterprise-onboarding/creating-custom-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can add custom properties to your enterprise to make those properties availa
2525
{% data reusables.enterprise-accounts.access-enterprise %}
2626
1. In the left sidebar, under "Policies", click **Custom properties**.
2727
1. To add a new custom property, in the upper-right corner, click **New property**.
28-
1. Enter a name, description, and type for the custom property. The name must be unique across all of your organizations, and cannot contain spaces.
28+
1. Enter a name, description, and type for the custom property. The name must be unique across all of your organizations, can't contain spaces, and cannot exceed 75 characters in length.
2929
1. Optionally, 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. Additionally, any actor creating a repository can set the property on the repository.
3030
1. Optionally, select **Require this property for all repositories** and add a default value. This means that you require that all repositories in your enterprise have a value for this property. Repositories that don’t have an explicit value for this property will inherit the default value.
3131
1. Click **Save property**.

0 commit comments

Comments
 (0)