You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// either `true` to enable AutodetectManualMerge, or `false` to prevent it. `has_pull_requests` must be `true`, Note: In some special cases, misjudgments can occur.
Copy file name to clipboardexpand all lines: templates/swagger/v1_json.tmpl
+9
Original file line number
Diff line number
Diff line change
@@ -13626,6 +13626,11 @@
13626
13626
"type": "string",
13627
13627
"x-go-name": "DefaultBranch"
13628
13628
},
13629
+
"default_merge_style": {
13630
+
"description": "set to a merge style to be used by this repository: \"merge\", \"rebase\", \"rebase-merge\", or \"squash\". `has_pull_requests` must be `true`.",
13631
+
"type": "string",
13632
+
"x-go-name": "DefaultMergeStyle"
13633
+
},
13629
13634
"description": {
13630
13635
"description": "a short description of the repository.",
0 commit comments