Skip to content

Commit

Permalink
Merge pull request #1390 from jtymes/feature/read-preventforkingoutsi…
Browse files Browse the repository at this point in the history
…degroup-1389

Add `PreventForkingOutsideGroup` to `Group` struct
  • Loading branch information
svanharmelen authored Feb 25, 2022
2 parents fe1a113 + 8599d7e commit 4b55115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type Group struct {
LDAPGroupLinks []*LDAPGroupLink `json:"ldap_group_links"`
SharedRunnersMinutesLimit int `json:"shared_runners_minutes_limit"`
ExtraSharedRunnersMinutesLimit int `json:"extra_shared_runners_minutes_limit"`
PreventForkingOutsideGroup bool `json:"prevent_forking_outside_group"`
MarkedForDeletionOn *ISOTime `json:"marked_for_deletion_on"`
CreatedAt *time.Time `json:"created_at"`
}
Expand Down

0 comments on commit 4b55115

Please sign in to comment.