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/ghes-3.2/dereferenced/ghes-3.2.deref.json
+139Lines changed: 139 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85671,6 +85671,40 @@
85671
85671
"type": "boolean",
85672
85672
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
85673
85673
"default": false
85674
+
},
85675
+
"squash_merge_commit_title": {
85676
+
"type": "string",
85677
+
"enum": [
85678
+
"PR_TITLE",
85679
+
"COMMIT_OR_PR_TITLE"
85680
+
],
85681
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
85682
+
},
85683
+
"squash_merge_commit_message": {
85684
+
"type": "string",
85685
+
"enum": [
85686
+
"PR_BODY",
85687
+
"COMMIT_MESSAGES",
85688
+
"BLANK"
85689
+
],
85690
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
85691
+
},
85692
+
"merge_commit_title": {
85693
+
"type": "string",
85694
+
"enum": [
85695
+
"PR_TITLE",
85696
+
"MERGE_MESSAGE"
85697
+
],
85698
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
85699
+
},
85700
+
"merge_commit_message": {
85701
+
"type": "string",
85702
+
"enum": [
85703
+
"PR_BODY",
85704
+
"PR_TITLE",
85705
+
"BLANK"
85706
+
],
85707
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
85674
85708
}
85675
85709
},
85676
85710
"required": [
@@ -111143,6 +111177,40 @@
111143
111177
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
111144
111178
"default": false
111145
111179
},
111180
+
"squash_merge_commit_title": {
111181
+
"type": "string",
111182
+
"enum": [
111183
+
"PR_TITLE",
111184
+
"COMMIT_OR_PR_TITLE"
111185
+
],
111186
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
111187
+
},
111188
+
"squash_merge_commit_message": {
111189
+
"type": "string",
111190
+
"enum": [
111191
+
"PR_BODY",
111192
+
"COMMIT_MESSAGES",
111193
+
"BLANK"
111194
+
],
111195
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
111196
+
},
111197
+
"merge_commit_title": {
111198
+
"type": "string",
111199
+
"enum": [
111200
+
"PR_TITLE",
111201
+
"MERGE_MESSAGE"
111202
+
],
111203
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
111204
+
},
111205
+
"merge_commit_message": {
111206
+
"type": "string",
111207
+
"enum": [
111208
+
"PR_BODY",
111209
+
"PR_TITLE",
111210
+
"BLANK"
111211
+
],
111212
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
111213
+
},
111146
111214
"archived": {
111147
111215
"type": "boolean",
111148
111216
"description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
@@ -128756,10 +128824,17 @@
128756
128824
"content": {
128757
128825
"application/json": {
128758
128826
"schema": {
128827
+
"title": "Empty Object",
128828
+
"description": "An object without any properties.",
128759
128829
"type": "object",
128760
128830
"properties": {
128761
128831
},
128762
128832
"additionalProperties": false
128833
+
},
128834
+
"examples": {
128835
+
"default": {
128836
+
"value": null
128837
+
}
128763
128838
}
128764
128839
}
128765
128840
}
@@ -129901,6 +129976,17 @@
129901
129976
"state",
129902
129977
"comment"
129903
129978
]
129979
+
},
129980
+
"examples": {
129981
+
"default": {
129982
+
"value": {
129983
+
"environment_ids": [
129984
+
161171787
129985
+
],
129986
+
"state": "approved",
129987
+
"comment": "Ship it!"
129988
+
}
129989
+
}
129904
129990
}
129905
129991
}
129906
129992
}
@@ -130490,6 +130576,11 @@
130490
130576
"schema": {
130491
130577
"type": "object",
130492
130578
"nullable": true
130579
+
},
130580
+
"examples": {
130581
+
"default": {
130582
+
"value": null
130583
+
}
130493
130584
}
130494
130585
}
130495
130586
}
@@ -130500,10 +130591,17 @@
130500
130591
"content": {
130501
130592
"application/json": {
130502
130593
"schema": {
130594
+
"title": "Empty Object",
130595
+
"description": "An object without any properties.",
130503
130596
"type": "object",
130504
130597
"properties": {
130505
130598
},
130506
130599
"additionalProperties": false
130600
+
},
130601
+
"examples": {
130602
+
"default": {
130603
+
"value": null
130604
+
}
130507
130605
}
130508
130606
}
130509
130607
}
@@ -130911,10 +131009,17 @@
130911
131009
"content": {
130912
131010
"application/json": {
130913
131011
"schema": {
131012
+
"title": "Empty Object",
131013
+
"description": "An object without any properties.",
130914
131014
"type": "object",
130915
131015
"properties": {
130916
131016
},
130917
131017
"additionalProperties": false
131018
+
},
131019
+
"examples": {
131020
+
"default": {
131021
+
"value": null
131022
+
}
130918
131023
}
130919
131024
}
130920
131025
}
@@ -367095,6 +367200,40 @@
367095
367200
"type": "boolean",
367096
367201
"example": false
367097
367202
},
367203
+
"squash_merge_commit_title": {
367204
+
"type": "string",
367205
+
"enum": [
367206
+
"PR_TITLE",
367207
+
"COMMIT_OR_PR_TITLE"
367208
+
],
367209
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
367210
+
},
367211
+
"squash_merge_commit_message": {
367212
+
"type": "string",
367213
+
"enum": [
367214
+
"PR_BODY",
367215
+
"COMMIT_MESSAGES",
367216
+
"BLANK"
367217
+
],
367218
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
367219
+
},
367220
+
"merge_commit_title": {
367221
+
"type": "string",
367222
+
"enum": [
367223
+
"PR_TITLE",
367224
+
"MERGE_MESSAGE"
367225
+
],
367226
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
367227
+
},
367228
+
"merge_commit_message": {
367229
+
"type": "string",
367230
+
"enum": [
367231
+
"PR_BODY",
367232
+
"PR_TITLE",
367233
+
"BLANK"
367234
+
],
367235
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
0 commit comments