forked from forgejo/forgejo
Support copy protected branch from template repository (#25889)
Fix #14303
This commit is contained in:
parent
2b6f224336
commit
037c9895a7
8 changed files with 86 additions and 38 deletions
5
templates/swagger/v1_json.tmpl
generated
5
templates/swagger/v1_json.tmpl
generated
|
@ -18906,6 +18906,11 @@
|
|||
"type": "boolean",
|
||||
"x-go-name": "Private"
|
||||
},
|
||||
"protected_branch": {
|
||||
"description": "include protected branches in template repo",
|
||||
"type": "boolean",
|
||||
"x-go-name": "ProtectedBranch"
|
||||
},
|
||||
"topics": {
|
||||
"description": "include topics in template repo",
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue