feat: add DEFAULT_MERGE_STYLE to repository.pull-request
section for repo init (#19751)
This commit is contained in:
parent
808a780309
commit
0c759fd4de
6 changed files with 15 additions and 1 deletions
|
@ -456,6 +456,8 @@ func SubmitInstall(ctx *context.Context) {
|
|||
cfg.Section("log").Key("ROOT_PATH").SetValue(form.LogRootPath)
|
||||
cfg.Section("log").Key("ROUTER").SetValue("console")
|
||||
|
||||
cfg.Section("repository.pull-request").Key("DEFAULT_MERGE_STYLE").SetValue("merge")
|
||||
|
||||
cfg.Section("repository.signing").Key("DEFAULT_TRUST_MODEL").SetValue("committer")
|
||||
|
||||
cfg.Section("security").Key("INSTALL_LOCK").SetValue("true")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue