mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +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