#2155 fix org max repo limit default to -1
This commit is contained in:
parent
d0b0d24f22
commit
4d31eb2c0d
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ func CreateOrganization(org, owner *User) (err error) {
|
|||
org.LowerName = strings.ToLower(org.Name)
|
||||
org.FullName = org.Name
|
||||
org.UseCustomAvatar = true
|
||||
org.MaxRepoCreation = -1
|
||||
org.NumTeams = 1
|
||||
org.NumMembers = 1
|
||||
|
||||
|
|
Reference in a new issue