Skip to content

Commit

Permalink
Add PreventForkingOutsideGroup to Group struct
Browse files Browse the repository at this point in the history
Closes xanzy#1389
  • Loading branch information
jtymes authored and gravis committed Sep 1, 2022
1 parent 98d52c5 commit 96cdc4f
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 @@ -75,6 +75,7 @@ type Group struct {
ExtraSharedRunnersMinutesLimit int `json:"extra_shared_runners_minutes_limit"`
MarkedForDeletionOn *ISOTime `json:"marked_for_deletion_on"`
CreatedAt *time.Time `json:"created_at"`
PreventForkingOutsideGroup bool `json:"prevent_forking_outside_group"`
}

// LDAPGroupLink represents a GitLab LDAP group link.
Expand Down

0 comments on commit 96cdc4f

Please sign in to comment.