Skip to content

Commit e446f66

Browse files
committed
Note text-only custom property support in schema docs
1 parent 9721cf4 commit e446f66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/toml-schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,15 +555,15 @@ branches = ["develop", "staging"]
555555

556556
[Repository custom properties] are values set on a repository to opt it into org-wide tooling. The property must first be defined at the organization level.
557557

558-
Only boolean values are supported.
558+
Values are stored as strings. Only text-type custom properties are supported for now.
559559

560560
[Repository custom properties]: https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization
561561

562562
```toml
563563
# Repository custom properties (optional)
564564
[custom-properties]
565-
# Set a property name to a boolean value
566-
crabwatch = true
565+
# Set a property name to a string value
566+
crabwatch = "true"
567567
```
568568

569569
Properties set on GitHub but not declared here are left unchanged.

0 commit comments

Comments
 (0)