Skip to content

Commit b3e96fd

Browse files
Allow Installation of Custom Properties Permissions (#3108)
1 parent 17afef1 commit b3e96fd

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

github/apps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ type InstallationPermissions struct {
7777
Metadata *string `json:"metadata,omitempty"`
7878
Members *string `json:"members,omitempty"`
7979
OrganizationAdministration *string `json:"organization_administration,omitempty"`
80+
OrganizationCustomProperties *string `json:"organization_custom_properties,omitempty"`
8081
OrganizationCustomRoles *string `json:"organization_custom_roles,omitempty"`
8182
OrganizationHooks *string `json:"organization_hooks,omitempty"`
8283
OrganizationPackages *string `json:"organization_packages,omitempty"`

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/github-accessors_test.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)