init with all enabled
This commit is contained in:
parent
1ee7c33e93
commit
e82ee40e9e
1 changed files with 9 additions and 6 deletions
|
@ -829,6 +829,9 @@ func CreateRepository(u *User, opts CreateRepoOptions) (_ *Repository, err error
|
|||
LowerName: strings.ToLower(opts.Name),
|
||||
Description: opts.Description,
|
||||
IsPrivate: opts.IsPrivate,
|
||||
EnableWiki: true,
|
||||
EnableIssues: true,
|
||||
EnablePulls: true,
|
||||
}
|
||||
|
||||
sess := x.NewSession()
|
||||
|
|
Reference in a new issue