Describe the need
For org-level custom properties (github_organization_custom_properties), one can configure Allow repository actors to set this property to be Enabled or Disabled on the UI. The default is disabled, which means only org-owners can change these properties on an individual repository. Regular repository admins can't.
Currently this can not be configured with the terraform provider. This is a request to make it configurable.
The library go-github supports this field as ValuesEditableBy which was added in google/go-github#3164 and included in the v63 release.
SDK Version
No response
API Version
No response
Relevant log output
Code of Conduct