1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-31 22:58:35 +00:00

Export repo's manual merge settings (#34502)

This commit is contained in:
Adam Majer
2025-05-19 19:08:00 +02:00
committed by GitHub
parent ec10c6ba5a
commit 9cfcc079c7
3 changed files with 16 additions and 0 deletions

View File

@@ -26184,6 +26184,10 @@
"type": "boolean",
"x-go-name": "AllowFastForwardOnly"
},
"allow_manual_merge": {
"type": "boolean",
"x-go-name": "AllowManualMerge"
},
"allow_merge_commits": {
"type": "boolean",
"x-go-name": "AllowMerge"
@@ -26213,6 +26217,10 @@
"format": "date-time",
"x-go-name": "ArchivedAt"
},
"autodetect_manual_merge": {
"type": "boolean",
"x-go-name": "AutodetectManualMerge"
},
"avatar_url": {
"type": "string",
"x-go-name": "AvatarURL"