mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-11 00:04:53 +00:00
Signed-off-by: Julian Tölle <julian.toelle97@gmail.com>
This commit is contained in:
@@ -227,6 +227,7 @@ func SettingsPost(ctx *context.Context, form auth.RepoSettingForm) {
|
||||
IgnoreWhitespaceConflicts: form.PullsIgnoreWhitespace,
|
||||
AllowMerge: form.PullsAllowMerge,
|
||||
AllowRebase: form.PullsAllowRebase,
|
||||
AllowRebaseMerge: form.PullsAllowRebaseMerge,
|
||||
AllowSquash: form.PullsAllowSquash,
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user