update 1.26.4 (#443)

Reviewed-on: https://gitea.com/gitea/docs/pulls/443
Reviewed-by: Lunny Xiao <[email protected]>
Co-authored-by: Nicolas <[email protected]>
Co-committed-by: Nicolas <[email protected]>
This commit is contained in:
Nicolas
2026-06-21 22:28:28 +00:00
committed by Lunny Xiao
parent c677b5da29
commit f455b38c06
3 changed files with 28 additions and 24 deletions
+22 -18
View File
@@ -17,7 +17,7 @@
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"version": "1.26.3"
"version": "1.26.4"
},
"basePath": "https://gitea.com/api/v1",
"paths": {
@@ -26771,10 +26771,14 @@
"description": "MergePullRequestForm form for merging Pull Request",
"type": "object",
"required": [
"Do"
"do"
],
"properties": {
"Do": {
"delete_branch_after_merge": {
"type": "boolean",
"x-go-name": "DeleteBranchAfterMerge"
},
"do": {
"type": "string",
"enum": [
"merge",
@@ -26783,20 +26787,8 @@
"squash",
"fast-forward-only",
"manually-merged"
]
},
"MergeCommitID": {
"type": "string"
},
"MergeMessageField": {
"type": "string"
},
"MergeTitleField": {
"type": "string"
},
"delete_branch_after_merge": {
"type": "boolean",
"x-go-name": "DeleteBranchAfterMerge"
],
"x-go-name": "Do"
},
"force_merge": {
"type": "boolean",
@@ -26806,6 +26798,18 @@
"type": "string",
"x-go-name": "HeadCommitID"
},
"merge_commit_id": {
"type": "string",
"x-go-name": "MergeCommitID"
},
"merge_message_field": {
"type": "string",
"x-go-name": "MergeMessageField"
},
"merge_title_field": {
"type": "string",
"x-go-name": "MergeTitleField"
},
"merge_when_checks_succeed": {
"type": "boolean",
"x-go-name": "MergeWhenChecksSucceed"
@@ -31069,4 +31073,4 @@
"TOTPHeader": []
}
]
}
}