@@ -12,16 +12,17 @@ import (
1212
1313// RunnerGroup represents a self-hosted runner group configured in an organization.
1414type RunnerGroup struct {
15- ID * int64 `json:"id,omitempty"`
16- Name * string `json:"name,omitempty"`
17- Visibility * string `json:"visibility,omitempty"`
18- Default * bool `json:"default,omitempty"`
19- SelectedRepositoriesURL * string `json:"selected_repositories_url,omitempty"`
20- RunnersURL * string `json:"runners_url,omitempty"`
21- Inherited * bool `json:"inherited,omitempty"`
22- AllowsPublicRepositories * bool `json:"allows_public_repositories,omitempty"`
23- RestrictedToWorkflows * bool `json:"restricted_to_workflows,omitempty"`
24- SelectedWorkflows []string `json:"selected_workflows,omitempty"`
15+ ID * int64 `json:"id,omitempty"`
16+ Name * string `json:"name,omitempty"`
17+ Visibility * string `json:"visibility,omitempty"`
18+ Default * bool `json:"default,omitempty"`
19+ SelectedRepositoriesURL * string `json:"selected_repositories_url,omitempty"`
20+ RunnersURL * string `json:"runners_url,omitempty"`
21+ Inherited * bool `json:"inherited,omitempty"`
22+ AllowsPublicRepositories * bool `json:"allows_public_repositories,omitempty"`
23+ RestrictedToWorkflows * bool `json:"restricted_to_workflows,omitempty"`
24+ SelectedWorkflows []string `json:"selected_workflows,omitempty"`
25+ WorkflowRestrictionsReadOnly * bool `json:"workflow_restrictions_read_only,omitempty"`
2526}
2627
2728// RunnerGroups represents a collection of self-hosted runner groups configured for an organization.
0 commit comments