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
Copy file name to clipboardExpand all lines: descriptions/api.github.com/api.github.com.json
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14230,8 +14230,9 @@
14230
14230
},
14231
14231
"use_squash_pr_title_as_default": {
14232
14232
"type": "boolean",
14233
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
14234
-
"default": false
14233
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
14234
+
"default": false,
14235
+
"deprecated": true
14235
14236
},
14236
14237
"squash_merge_commit_title": {
14237
14238
"type": "string",
@@ -19081,8 +19082,9 @@
19081
19082
},
19082
19083
"use_squash_pr_title_as_default": {
19083
19084
"type": "boolean",
19084
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
19085
-
"default": false
19085
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
19086
+
"default": false,
19087
+
"deprecated": true
19086
19088
},
19087
19089
"squash_merge_commit_title": {
19088
19090
"type": "string",
@@ -60594,8 +60596,9 @@
60594
60596
},
60595
60597
"use_squash_pr_title_as_default": {
60596
60598
"type": "boolean",
60597
-
"description": "Whether a squash merge commit can use the pull request title as default.",
60598
-
"default": false
60599
+
"description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
60600
+
"default": false,
60601
+
"deprecated": true
60599
60602
},
60600
60603
"squash_merge_commit_title": {
60601
60604
"type": "string",
@@ -65556,8 +65559,9 @@
65556
65559
},
65557
65560
"use_squash_pr_title_as_default": {
65558
65561
"type": "boolean",
65559
-
"description": "Whether a squash merge commit can use the pull request title as default.",
65560
-
"default": false
65562
+
"description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
0 commit comments