Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add PreventForkingOutsideGroup to Group struct
Browse files Browse the repository at this point in the history
Closes #1389
  • Loading branch information
jtymes committed Feb 24, 2022
1 parent 3893258 commit ca2db42
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 ca2db42

Please sign in to comment.