1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

services/forms/repo_form

This commit is contained in:
Paul Campbell 2025-06-27 07:26:26 +01:00
parent 4a6d968d1e
commit d9aad67910

View file

@ -141,6 +141,7 @@ type RepoSettingForm struct {
PushMirrorSyncOnCommit bool
PushMirrorInterval string
PushMirrorUseSSH bool
PushMirrorBranchFilter string
Private bool
Template bool
EnablePrune bool