|
|
@@ -232,6 +232,7 @@ func CreateUserRepo(ctx *context.APIContext, owner *models.User, opt api.CreateR |
|
|
|
} |
|
|
|
repo, err := repo_service.CreateRepository(ctx.User, owner, models.CreateRepoOptions{ |
|
|
|
Name: opt.Name, |
|
|
|
Alias: opt.Alias, |
|
|
|
Description: opt.Description, |
|
|
|
IssueLabels: opt.IssueLabels, |
|
|
|
Gitignores: opt.Gitignores, |
|
|
|