From 9c5c70af91401f5fde3b9c321ff8075689cc4fa6 Mon Sep 17 00:00:00 2001 From: Salim Afiune Maya Date: Wed, 12 Feb 2025 20:58:48 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20apply=20suggestions=20from=20cod?= =?UTF-8?q?e=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Letha --- providers/github/resources/github.lr | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/providers/github/resources/github.lr b/providers/github/resources/github.lr index aa282ec8d..e98223992 100644 --- a/providers/github/resources/github.lr +++ b/providers/github/resources/github.lr @@ -140,21 +140,21 @@ github.organization @defaults("login name") { // GitHub organization-level custom property private github.organization.customProperty @defaults("name required") { - // The name of the property. + // The name of the property name string - // Short description of the property. + // Short description of the property description string - // SourceType is the source type of the property where it has been created. + // The source type of the property (where it was created) sourceType string - // The type of the value for the property. + // The type of the value for the property valueType string - // Whether the property is required. + // Whether the property is required required bool - // Default value of the property. + // Default value of the property defaultValue string - // An ordered list of the allowed values of the property. + // An ordered list of the allowed values of the property allowedValues []string - // Who can edit the values of the property. + // Who can edit the values of the property valuesEditableBy string }