Merge branch 'main' into feature/bots
This commit is contained in:
@@ -48,6 +48,7 @@ var (
|
||||
AllowAdoptionOfUnadoptedRepositories bool
|
||||
AllowDeleteOfUnadoptedRepositories bool
|
||||
DisableDownloadSourceArchives bool
|
||||
AllowForkWithoutMaximumLimit bool
|
||||
|
||||
// Repository editor settings
|
||||
Editor struct {
|
||||
@@ -160,6 +161,7 @@ var (
|
||||
DisableMigrations: false,
|
||||
DisableStars: false,
|
||||
DefaultBranch: "main",
|
||||
AllowForkWithoutMaximumLimit: true,
|
||||
|
||||
// Repository editor settings
|
||||
Editor: struct {
|
||||
|
||||
Reference in New Issue
Block a user