1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Add allowed characters for custom properties (#48672)

Co-authored-by: Steve Guntrip <stevecat@github.com>
This commit is contained in:
vaindil
2024-01-12 06:09:18 -05:00
committed by GitHub
parent 046876b66f
commit e1a1902ca1

View File

@@ -21,6 +21,13 @@ Custom properties allow you to decorate your repositories with information such
You can use repository properties to determine which repositories to target with a ruleset. For more information, see "[AUTOTITLE](/organizations/managing-organization-settings/creating-rulesets-for-repositories-in-your-organization#targeting-repositories-by-properties-in-your-organization)."
## Allowed characters
Custom property names and values may only contain certain characters:
- Names: `a-z`, `A-Z`, `0-9`, `_`, `-`, `$`, `#`.
- Values: All printable ASCII characters except `"`.
## Adding custom properties
You can add custom properties to your organization and set values for those properties for repositories in your organization.