@octokit/openapi 7.9.1 → 7.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/generated/api.github.com.deref.json +1734 -485
  2. package/generated/api.github.com.json +508 -24
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +8 -6
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +8 -6
  7. package/generated/ghes-3.2.deref.json +9 -7
  8. package/generated/ghes-3.2.json +9 -7
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  11. package/generated/ghes-3.3.deref.json +9 -7
  12. package/generated/ghes-3.3.json +9 -7
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +2 -2
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -2
  15. package/generated/ghes-3.4.deref.json +9 -7
  16. package/generated/ghes-3.4.json +11 -9
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +8 -6
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +8 -6
  21. package/generated/ghes-3.5.deref.json +9 -7
  22. package/generated/ghes-3.5.json +11 -9
  23. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +46 -0
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +125 -20
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +110 -6
  26. package/generated/ghes-3.6.deref.json +405 -212
  27. package/generated/ghes-3.6.json +116 -20
  28. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
  29. package/generated/github.ae-diff-to-api.github.com.deref.json +8 -6
  30. package/generated/github.ae-diff-to-api.github.com.json +8 -6
  31. package/generated/github.ae.deref.json +101 -13
  32. package/generated/github.ae.json +101 -13
  33. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.1",
4
+ "version": "7.10.0",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -11605,8 +11605,9 @@
11605
11605
  },
11606
11606
  "use_squash_pr_title_as_default": {
11607
11607
  "type": "boolean",
11608
- "description": "Whether a squash merge commit can use the pull request title as default.",
11609
- "default": false
11608
+ "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.",
11609
+ "default": false,
11610
+ "deprecated": true
11610
11611
  },
11611
11612
  "squash_merge_commit_title": {
11612
11613
  "type": "string",
@@ -30254,8 +30255,9 @@
30254
30255
  },
30255
30256
  "use_squash_pr_title_as_default": {
30256
30257
  "type": "boolean",
30257
- "description": "Whether a squash merge commit can use the pull request title as default.",
30258
- "default": false
30258
+ "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.",
30259
+ "default": false,
30260
+ "deprecated": true
30259
30261
  },
30260
30262
  "squash_merge_commit_title": {
30261
30263
  "type": "string",
@@ -31542,8 +31544,9 @@
31542
31544
  },
31543
31545
  "use_squash_pr_title_as_default": {
31544
31546
  "type": "boolean",
31545
- "description": "Whether a squash merge commit can use the pull request title as default.",
31546
- "default": false
31547
+ "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.",
31548
+ "default": false,
31549
+ "deprecated": true
31547
31550
  },
31548
31551
  "squash_merge_commit_title": {
31549
31552
  "type": "string",
@@ -36660,8 +36663,9 @@
36660
36663
  },
36661
36664
  "use_squash_pr_title_as_default": {
36662
36665
  "type": "boolean",
36663
- "description": "Whether a squash merge commit can use the pull request title as default.",
36664
- "default": false
36666
+ "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.",
36667
+ "default": false,
36668
+ "deprecated": true
36665
36669
  },
36666
36670
  "squash_merge_commit_title": {
36667
36671
  "type": "string",
@@ -49293,8 +49297,9 @@
49293
49297
  },
49294
49298
  "use_squash_pr_title_as_default": {
49295
49299
  "type": "boolean",
49296
- "description": "Whether a squash merge commit can use the pull request title as default.",
49297
- "default": false
49300
+ "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.",
49301
+ "default": false,
49302
+ "deprecated": true
49298
49303
  },
49299
49304
  "squash_merge_commit_title": {
49300
49305
  "type": "string",
@@ -51767,8 +51772,9 @@
51767
51772
  },
51768
51773
  "use_squash_pr_title_as_default": {
51769
51774
  "type": "boolean",
51770
- "description": "Whether a squash merge commit can use the pull request title as default.",
51771
- "default": false
51775
+ "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.",
51776
+ "default": false,
51777
+ "deprecated": true
51772
51778
  },
51773
51779
  "squash_merge_commit_title": {
51774
51780
  "type": "string",
@@ -55363,8 +55369,9 @@
55363
55369
  },
55364
55370
  "use_squash_pr_title_as_default": {
55365
55371
  "type": "boolean",
55366
- "description": "Whether a squash merge commit can use the pull request title as default.",
55367
- "default": false
55372
+ "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.",
55373
+ "default": false,
55374
+ "deprecated": true
55368
55375
  },
55369
55376
  "squash_merge_commit_title": {
55370
55377
  "type": "string",
@@ -58116,8 +58123,9 @@
58116
58123
  },
58117
58124
  "use_squash_pr_title_as_default": {
58118
58125
  "type": "boolean",
58119
- "description": "Whether a squash merge commit can use the pull request title as default.",
58120
- "default": false
58126
+ "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.",
58127
+ "default": false,
58128
+ "deprecated": true
58121
58129
  },
58122
58130
  "squash_merge_commit_title": {
58123
58131
  "type": "string",
@@ -60341,8 +60349,9 @@
60341
60349
  },
60342
60350
  "use_squash_pr_title_as_default": {
60343
60351
  "type": "boolean",
60344
- "description": "Whether a squash merge commit can use the pull request title as default.",
60345
- "default": false
60352
+ "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.",
60353
+ "default": false,
60354
+ "deprecated": true
60346
60355
  },
60347
60356
  "squash_merge_commit_title": {
60348
60357
  "type": "string",
@@ -61619,7 +61628,13 @@
61619
61628
  "category": "orgs",
61620
61629
  "subcategory": "custom_roles"
61621
61630
  },
61622
- "x-octokit": {}
61631
+ "x-octokit": {
61632
+ "diff": {
61633
+ "api.github.com": {
61634
+ "type": "changed"
61635
+ }
61636
+ }
61637
+ }
61623
61638
  }
61624
61639
  },
61625
61640
  "/orgs/{org}": {
@@ -64081,8 +64096,9 @@
64081
64096
  },
64082
64097
  "use_squash_pr_title_as_default": {
64083
64098
  "type": "boolean",
64084
- "description": "Whether a squash merge commit can use the pull request title as default.",
64085
- "default": false
64099
+ "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.",
64100
+ "default": false,
64101
+ "deprecated": true
64086
64102
  },
64087
64103
  "squash_merge_commit_title": {
64088
64104
  "type": "string",
@@ -67133,8 +67149,9 @@
67133
67149
  },
67134
67150
  "use_squash_pr_title_as_default": {
67135
67151
  "type": "boolean",
67136
- "description": "Whether a squash merge commit can use the pull request title as default.",
67137
- "default": false
67152
+ "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.",
67153
+ "default": false,
67154
+ "deprecated": true
67138
67155
  },
67139
67156
  "squash_merge_commit_title": {
67140
67157
  "type": "string",
@@ -69707,8 +69724,9 @@
69707
69724
  },
69708
69725
  "use_squash_pr_title_as_default": {
69709
69726
  "type": "boolean",
69710
- "description": "Whether a squash merge commit can use the pull request title as default.",
69711
- "default": false
69727
+ "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.",
69728
+ "default": false,
69729
+ "deprecated": true
69712
69730
  },
69713
69731
  "squash_merge_commit_title": {
69714
69732
  "type": "string",
@@ -70995,8 +71013,9 @@
70995
71013
  },
70996
71014
  "use_squash_pr_title_as_default": {
70997
71015
  "type": "boolean",
70998
- "description": "Whether a squash merge commit can use the pull request title as default.",
70999
- "default": false
71016
+ "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.",
71017
+ "default": false,
71018
+ "deprecated": true
71000
71019
  },
71001
71020
  "squash_merge_commit_title": {
71002
71021
  "type": "string",
@@ -74315,8 +74334,9 @@
74315
74334
  },
74316
74335
  "use_squash_pr_title_as_default": {
74317
74336
  "type": "boolean",
74318
- "description": "Whether a squash merge commit can use the pull request title as default.",
74319
- "default": false
74337
+ "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.",
74338
+ "default": false,
74339
+ "deprecated": true
74320
74340
  },
74321
74341
  "squash_merge_commit_title": {
74322
74342
  "type": "string",
@@ -78602,8 +78622,9 @@
78602
78622
  },
78603
78623
  "use_squash_pr_title_as_default": {
78604
78624
  "type": "boolean",
78605
- "description": "Whether a squash merge commit can use the pull request title as default.",
78606
- "default": false
78625
+ "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.",
78626
+ "default": false,
78627
+ "deprecated": true
78607
78628
  },
78608
78629
  "squash_merge_commit_title": {
78609
78630
  "type": "string",
@@ -81262,8 +81283,9 @@
81262
81283
  },
81263
81284
  "use_squash_pr_title_as_default": {
81264
81285
  "type": "boolean",
81265
- "description": "Whether a squash merge commit can use the pull request title as default.",
81266
- "default": false
81286
+ "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.",
81287
+ "default": false,
81288
+ "deprecated": true
81267
81289
  },
81268
81290
  "squash_merge_commit_title": {
81269
81291
  "type": "string",
@@ -88366,8 +88388,9 @@
88366
88388
  },
88367
88389
  "use_squash_pr_title_as_default": {
88368
88390
  "type": "boolean",
88369
- "description": "Whether a squash merge commit can use the pull request title as default.",
88370
- "default": false
88391
+ "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.",
88392
+ "default": false,
88393
+ "deprecated": true
88371
88394
  },
88372
88395
  "squash_merge_commit_title": {
88373
88396
  "type": "string",
@@ -91833,8 +91856,9 @@
91833
91856
  },
91834
91857
  "use_squash_pr_title_as_default": {
91835
91858
  "type": "boolean",
91836
- "description": "Whether a squash merge commit can use the pull request title as default.",
91837
- "default": false
91859
+ "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.",
91860
+ "default": false,
91861
+ "deprecated": true
91838
91862
  },
91839
91863
  "squash_merge_commit_title": {
91840
91864
  "type": "string",
@@ -93528,8 +93552,9 @@
93528
93552
  },
93529
93553
  "use_squash_pr_title_as_default": {
93530
93554
  "type": "boolean",
93531
- "description": "Whether a squash merge commit can use the pull request title as default.",
93532
- "default": false
93555
+ "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.",
93556
+ "default": false,
93557
+ "deprecated": true
93533
93558
  },
93534
93559
  "squash_merge_commit_title": {
93535
93560
  "type": "string",
@@ -95252,8 +95277,9 @@
95252
95277
  },
95253
95278
  "use_squash_pr_title_as_default": {
95254
95279
  "type": "boolean",
95255
- "description": "Whether a squash merge commit can use the pull request title as default.",
95256
- "default": false
95280
+ "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.",
95281
+ "default": false,
95282
+ "deprecated": true
95257
95283
  },
95258
95284
  "squash_merge_commit_title": {
95259
95285
  "type": "string",
@@ -99260,8 +99286,9 @@
99260
99286
  },
99261
99287
  "use_squash_pr_title_as_default": {
99262
99288
  "type": "boolean",
99263
- "description": "Whether a squash merge commit can use the pull request title as default.",
99264
- "default": false
99289
+ "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.",
99290
+ "default": false,
99291
+ "deprecated": true
99265
99292
  },
99266
99293
  "squash_merge_commit_title": {
99267
99294
  "type": "string",
@@ -99800,8 +99827,9 @@
99800
99827
  },
99801
99828
  "use_squash_pr_title_as_default": {
99802
99829
  "type": "boolean",
99803
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
99804
- "default": false
99830
+ "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.",
99831
+ "default": false,
99832
+ "deprecated": true
99805
99833
  },
99806
99834
  "squash_merge_commit_title": {
99807
99835
  "type": "string",
@@ -100904,8 +100932,9 @@
100904
100932
  },
100905
100933
  "use_squash_pr_title_as_default": {
100906
100934
  "type": "boolean",
100907
- "description": "Whether a squash merge commit can use the pull request title as default.",
100908
- "default": false
100935
+ "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.",
100936
+ "default": false,
100937
+ "deprecated": true
100909
100938
  },
100910
100939
  "squash_merge_commit_title": {
100911
100940
  "type": "string",
@@ -112678,8 +112707,9 @@
112678
112707
  },
112679
112708
  "use_squash_pr_title_as_default": {
112680
112709
  "type": "boolean",
112681
- "description": "Whether a squash merge commit can use the pull request title as default.",
112682
- "default": false
112710
+ "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.",
112711
+ "default": false,
112712
+ "deprecated": true
112683
112713
  },
112684
112714
  "squash_merge_commit_title": {
112685
112715
  "type": "string",
@@ -114728,8 +114758,9 @@
114728
114758
  },
114729
114759
  "use_squash_pr_title_as_default": {
114730
114760
  "type": "boolean",
114731
- "description": "Whether a squash merge commit can use the pull request title as default.",
114732
- "default": false
114761
+ "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.",
114762
+ "default": false,
114763
+ "deprecated": true
114733
114764
  },
114734
114765
  "squash_merge_commit_title": {
114735
114766
  "type": "string",
@@ -122791,8 +122822,9 @@
122791
122822
  },
122792
122823
  "use_squash_pr_title_as_default": {
122793
122824
  "type": "boolean",
122794
- "description": "Whether a squash merge commit can use the pull request title as default.",
122795
- "default": false
122825
+ "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.",
122826
+ "default": false,
122827
+ "deprecated": true
122796
122828
  },
122797
122829
  "squash_merge_commit_title": {
122798
122830
  "type": "string",
@@ -124229,8 +124261,9 @@
124229
124261
  },
124230
124262
  "use_squash_pr_title_as_default": {
124231
124263
  "type": "boolean",
124232
- "description": "Whether a squash merge commit can use the pull request title as default.",
124233
- "default": false
124264
+ "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.",
124265
+ "default": false,
124266
+ "deprecated": true
124234
124267
  },
124235
124268
  "squash_merge_commit_title": {
124236
124269
  "type": "string",
@@ -125422,8 +125455,9 @@
125422
125455
  },
125423
125456
  "use_squash_pr_title_as_default": {
125424
125457
  "type": "boolean",
125425
- "description": "Whether a squash merge commit can use the pull request title as default.",
125426
- "default": false
125458
+ "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.",
125459
+ "default": false,
125460
+ "deprecated": true
125427
125461
  },
125428
125462
  "squash_merge_commit_title": {
125429
125463
  "type": "string",
@@ -126503,8 +126537,9 @@
126503
126537
  },
126504
126538
  "use_squash_pr_title_as_default": {
126505
126539
  "type": "boolean",
126506
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
126507
- "default": false
126540
+ "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.",
126541
+ "default": false,
126542
+ "deprecated": true
126508
126543
  },
126509
126544
  "squash_merge_commit_title": {
126510
126545
  "type": "string",
@@ -128085,8 +128120,9 @@
128085
128120
  },
128086
128121
  "use_squash_pr_title_as_default": {
128087
128122
  "type": "boolean",
128088
- "description": "Whether a squash merge commit can use the pull request title as default.",
128089
- "default": false
128123
+ "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.",
128124
+ "default": false,
128125
+ "deprecated": true
128090
128126
  },
128091
128127
  "squash_merge_commit_title": {
128092
128128
  "type": "string",
@@ -129523,8 +129559,9 @@
129523
129559
  },
129524
129560
  "use_squash_pr_title_as_default": {
129525
129561
  "type": "boolean",
129526
- "description": "Whether a squash merge commit can use the pull request title as default.",
129527
- "default": false
129562
+ "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.",
129563
+ "default": false,
129564
+ "deprecated": true
129528
129565
  },
129529
129566
  "squash_merge_commit_title": {
129530
129567
  "type": "string",
@@ -130716,8 +130753,9 @@
130716
130753
  },
130717
130754
  "use_squash_pr_title_as_default": {
130718
130755
  "type": "boolean",
130719
- "description": "Whether a squash merge commit can use the pull request title as default.",
130720
- "default": false
130756
+ "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.",
130757
+ "default": false,
130758
+ "deprecated": true
130721
130759
  },
130722
130760
  "squash_merge_commit_title": {
130723
130761
  "type": "string",
@@ -135288,8 +135326,9 @@
135288
135326
  },
135289
135327
  "use_squash_pr_title_as_default": {
135290
135328
  "type": "boolean",
135291
- "description": "Whether a squash merge commit can use the pull request title as default.",
135292
- "default": false
135329
+ "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.",
135330
+ "default": false,
135331
+ "deprecated": true
135293
135332
  },
135294
135333
  "squash_merge_commit_title": {
135295
135334
  "type": "string",
@@ -136585,8 +136624,9 @@
136585
136624
  },
136586
136625
  "use_squash_pr_title_as_default": {
136587
136626
  "type": "boolean",
136588
- "description": "Whether a squash merge commit can use the pull request title as default.",
136589
- "default": false
136627
+ "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.",
136628
+ "default": false,
136629
+ "deprecated": true
136590
136630
  },
136591
136631
  "squash_merge_commit_title": {
136592
136632
  "type": "string",
@@ -140099,8 +140139,9 @@
140099
140139
  },
140100
140140
  "use_squash_pr_title_as_default": {
140101
140141
  "type": "boolean",
140102
- "description": "Whether a squash merge commit can use the pull request title as default.",
140103
- "default": false
140142
+ "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.",
140143
+ "default": false,
140144
+ "deprecated": true
140104
140145
  },
140105
140146
  "squash_merge_commit_title": {
140106
140147
  "type": "string",
@@ -141865,8 +141906,9 @@
141865
141906
  },
141866
141907
  "use_squash_pr_title_as_default": {
141867
141908
  "type": "boolean",
141868
- "description": "Whether a squash merge commit can use the pull request title as default.",
141869
- "default": false
141909
+ "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.",
141910
+ "default": false,
141911
+ "deprecated": true
141870
141912
  },
141871
141913
  "squash_merge_commit_title": {
141872
141914
  "type": "string",
@@ -144533,8 +144575,9 @@
144533
144575
  },
144534
144576
  "use_squash_pr_title_as_default": {
144535
144577
  "type": "boolean",
144536
- "description": "Whether a squash merge commit can use the pull request title as default.",
144537
- "default": false
144578
+ "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.",
144579
+ "default": false,
144580
+ "deprecated": true
144538
144581
  },
144539
144582
  "squash_merge_commit_title": {
144540
144583
  "type": "string",
@@ -146299,8 +146342,9 @@
146299
146342
  },
146300
146343
  "use_squash_pr_title_as_default": {
146301
146344
  "type": "boolean",
146302
- "description": "Whether a squash merge commit can use the pull request title as default.",
146303
- "default": false
146345
+ "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.",
146346
+ "default": false,
146347
+ "deprecated": true
146304
146348
  },
146305
146349
  "squash_merge_commit_title": {
146306
146350
  "type": "string",
@@ -149554,8 +149598,9 @@
149554
149598
  },
149555
149599
  "use_squash_pr_title_as_default": {
149556
149600
  "type": "boolean",
149557
- "description": "Whether a squash merge commit can use the pull request title as default.",
149558
- "default": false
149601
+ "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.",
149602
+ "default": false,
149603
+ "deprecated": true
149559
149604
  },
149560
149605
  "squash_merge_commit_title": {
149561
149606
  "type": "string",
@@ -151320,8 +151365,9 @@
151320
151365
  },
151321
151366
  "use_squash_pr_title_as_default": {
151322
151367
  "type": "boolean",
151323
- "description": "Whether a squash merge commit can use the pull request title as default.",
151324
- "default": false
151368
+ "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.",
151369
+ "default": false,
151370
+ "deprecated": true
151325
151371
  },
151326
151372
  "squash_merge_commit_title": {
151327
151373
  "type": "string",
@@ -155454,7 +155500,7 @@
155454
155500
  },
155455
155501
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
155456
155502
  "get": {
155457
- "summary": "List workflow runs",
155503
+ "summary": "List workflow runs for a workflow",
155458
155504
  "description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.6/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
155459
155505
  "tags": [
155460
155506
  "actions"
@@ -157646,8 +157692,9 @@
157646
157692
  },
157647
157693
  "use_squash_pr_title_as_default": {
157648
157694
  "type": "boolean",
157649
- "description": "Whether a squash merge commit can use the pull request title as default.",
157650
- "default": false
157695
+ "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.",
157696
+ "default": false,
157697
+ "deprecated": true
157651
157698
  },
157652
157699
  "squash_merge_commit_title": {
157653
157700
  "type": "string",
@@ -159412,8 +159459,9 @@
159412
159459
  },
159413
159460
  "use_squash_pr_title_as_default": {
159414
159461
  "type": "boolean",
159415
- "description": "Whether a squash merge commit can use the pull request title as default.",
159416
- "default": false
159462
+ "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.",
159463
+ "default": false,
159464
+ "deprecated": true
159417
159465
  },
159418
159466
  "squash_merge_commit_title": {
159419
159467
  "type": "string",
@@ -186481,8 +186529,9 @@
186481
186529
  },
186482
186530
  "use_squash_pr_title_as_default": {
186483
186531
  "type": "boolean",
186484
- "description": "Whether a squash merge commit can use the pull request title as default.",
186485
- "default": false
186532
+ "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.",
186533
+ "default": false,
186534
+ "deprecated": true
186486
186535
  },
186487
186536
  "squash_merge_commit_title": {
186488
186537
  "type": "string",
@@ -189065,8 +189114,9 @@
189065
189114
  },
189066
189115
  "use_squash_pr_title_as_default": {
189067
189116
  "type": "boolean",
189068
- "description": "Whether a squash merge commit can use the pull request title as default.",
189069
- "default": false
189117
+ "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.",
189118
+ "default": false,
189119
+ "deprecated": true
189070
189120
  },
189071
189121
  "squash_merge_commit_title": {
189072
189122
  "type": "string",
@@ -191366,8 +191416,9 @@
191366
191416
  },
191367
191417
  "use_squash_pr_title_as_default": {
191368
191418
  "type": "boolean",
191369
- "description": "Whether a squash merge commit can use the pull request title as default.",
191370
- "default": false
191419
+ "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.",
191420
+ "default": false,
191421
+ "deprecated": true
191371
191422
  },
191372
191423
  "squash_merge_commit_title": {
191373
191424
  "type": "string",
@@ -193840,8 +193891,9 @@
193840
193891
  },
193841
193892
  "use_squash_pr_title_as_default": {
193842
193893
  "type": "boolean",
193843
- "description": "Whether a squash merge commit can use the pull request title as default.",
193844
- "default": false
193894
+ "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.",
193895
+ "default": false,
193896
+ "deprecated": true
193845
193897
  },
193846
193898
  "squash_merge_commit_title": {
193847
193899
  "type": "string",
@@ -201210,8 +201262,9 @@
201210
201262
  },
201211
201263
  "use_squash_pr_title_as_default": {
201212
201264
  "type": "boolean",
201213
- "description": "Whether a squash merge commit can use the pull request title as default.",
201214
- "default": false
201265
+ "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.",
201266
+ "default": false,
201267
+ "deprecated": true
201215
201268
  },
201216
201269
  "squash_merge_commit_title": {
201217
201270
  "type": "string",
@@ -208551,8 +208604,9 @@
208551
208604
  },
208552
208605
  "use_squash_pr_title_as_default": {
208553
208606
  "type": "boolean",
208554
- "description": "Whether a squash merge commit can use the pull request title as default.",
208555
- "default": false
208607
+ "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.",
208608
+ "default": false,
208609
+ "deprecated": true
208556
208610
  },
208557
208611
  "squash_merge_commit_title": {
208558
208612
  "type": "string",
@@ -209885,8 +209939,9 @@
209885
209939
  },
209886
209940
  "use_squash_pr_title_as_default": {
209887
209941
  "type": "boolean",
209888
- "description": "Whether a squash merge commit can use the pull request title as default.",
209889
- "default": false
209942
+ "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.",
209943
+ "default": false,
209944
+ "deprecated": true
209890
209945
  },
209891
209946
  "squash_merge_commit_title": {
209892
209947
  "type": "string",
@@ -214897,8 +214952,9 @@
214897
214952
  },
214898
214953
  "use_squash_pr_title_as_default": {
214899
214954
  "type": "boolean",
214900
- "description": "Whether a squash merge commit can use the pull request title as default.",
214901
- "default": false
214955
+ "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.",
214956
+ "default": false,
214957
+ "deprecated": true
214902
214958
  },
214903
214959
  "squash_merge_commit_title": {
214904
214960
  "type": "string",
@@ -217119,8 +217175,9 @@
217119
217175
  },
217120
217176
  "use_squash_pr_title_as_default": {
217121
217177
  "type": "boolean",
217122
- "description": "Whether a squash merge commit can use the pull request title as default.",
217123
- "default": false
217178
+ "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.",
217179
+ "default": false,
217180
+ "deprecated": true
217124
217181
  },
217125
217182
  "squash_merge_commit_title": {
217126
217183
  "type": "string",
@@ -221487,7 +221544,7 @@
221487
221544
  },
221488
221545
  "sha": {
221489
221546
  "type": "string",
221490
- "description": "The blob SHA of the file being replaced."
221547
+ "description": "The blob SHA of the file being deleted."
221491
221548
  },
221492
221549
  "branch": {
221493
221550
  "type": "string",
@@ -231652,8 +231709,9 @@
231652
231709
  },
231653
231710
  "use_squash_pr_title_as_default": {
231654
231711
  "type": "boolean",
231655
- "description": "Whether a squash merge commit can use the pull request title as default.",
231656
- "default": false
231712
+ "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.",
231713
+ "default": false,
231714
+ "deprecated": true
231657
231715
  },
231658
231716
  "squash_merge_commit_title": {
231659
231717
  "type": "string",
@@ -234310,8 +234368,9 @@
234310
234368
  },
234311
234369
  "use_squash_pr_title_as_default": {
234312
234370
  "type": "boolean",
234313
- "description": "Whether a squash merge commit can use the pull request title as default.",
234314
- "default": false
234371
+ "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.",
234372
+ "default": false,
234373
+ "deprecated": true
234315
234374
  },
234316
234375
  "squash_merge_commit_title": {
234317
234376
  "type": "string",
@@ -236361,8 +236420,9 @@
236361
236420
  },
236362
236421
  "use_squash_pr_title_as_default": {
236363
236422
  "type": "boolean",
236364
- "description": "Whether a squash merge commit can use the pull request title as default.",
236365
- "default": false
236423
+ "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.",
236424
+ "default": false,
236425
+ "deprecated": true
236366
236426
  },
236367
236427
  "squash_merge_commit_title": {
236368
236428
  "type": "string",
@@ -237799,8 +237859,9 @@
237799
237859
  },
237800
237860
  "use_squash_pr_title_as_default": {
237801
237861
  "type": "boolean",
237802
- "description": "Whether a squash merge commit can use the pull request title as default.",
237803
- "default": false
237862
+ "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.",
237863
+ "default": false,
237864
+ "deprecated": true
237804
237865
  },
237805
237866
  "squash_merge_commit_title": {
237806
237867
  "type": "string",
@@ -238992,8 +239053,9 @@
238992
239053
  },
238993
239054
  "use_squash_pr_title_as_default": {
238994
239055
  "type": "boolean",
238995
- "description": "Whether a squash merge commit can use the pull request title as default.",
238996
- "default": false
239056
+ "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.",
239057
+ "default": false,
239058
+ "deprecated": true
238997
239059
  },
238998
239060
  "squash_merge_commit_title": {
238999
239061
  "type": "string",
@@ -248581,8 +248643,9 @@
248581
248643
  },
248582
248644
  "use_squash_pr_title_as_default": {
248583
248645
  "type": "boolean",
248584
- "description": "Whether a squash merge commit can use the pull request title as default.",
248585
- "default": false
248646
+ "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.",
248647
+ "default": false,
248648
+ "deprecated": true
248586
248649
  },
248587
248650
  "squash_merge_commit_title": {
248588
248651
  "type": "string",
@@ -250865,8 +250928,9 @@
250865
250928
  },
250866
250929
  "use_squash_pr_title_as_default": {
250867
250930
  "type": "boolean",
250868
- "description": "Whether a squash merge commit can use the pull request title as default.",
250869
- "default": false
250931
+ "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.",
250932
+ "default": false,
250933
+ "deprecated": true
250870
250934
  },
250871
250935
  "squash_merge_commit_title": {
250872
250936
  "type": "string",
@@ -253718,8 +253782,9 @@
253718
253782
  },
253719
253783
  "use_squash_pr_title_as_default": {
253720
253784
  "type": "boolean",
253721
- "description": "Whether a squash merge commit can use the pull request title as default.",
253722
- "default": false
253785
+ "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.",
253786
+ "default": false,
253787
+ "deprecated": true
253723
253788
  },
253724
253789
  "squash_merge_commit_title": {
253725
253790
  "type": "string",
@@ -256580,8 +256645,9 @@
256580
256645
  },
256581
256646
  "use_squash_pr_title_as_default": {
256582
256647
  "type": "boolean",
256583
- "description": "Whether a squash merge commit can use the pull request title as default.",
256584
- "default": false
256648
+ "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.",
256649
+ "default": false,
256650
+ "deprecated": true
256585
256651
  },
256586
256652
  "squash_merge_commit_title": {
256587
256653
  "type": "string",
@@ -262595,8 +262661,9 @@
262595
262661
  },
262596
262662
  "use_squash_pr_title_as_default": {
262597
262663
  "type": "boolean",
262598
- "description": "Whether a squash merge commit can use the pull request title as default.",
262599
- "default": false
262664
+ "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.",
262665
+ "default": false,
262666
+ "deprecated": true
262600
262667
  },
262601
262668
  "squash_merge_commit_title": {
262602
262669
  "type": "string",
@@ -266513,8 +266580,9 @@
266513
266580
  },
266514
266581
  "use_squash_pr_title_as_default": {
266515
266582
  "type": "boolean",
266516
- "description": "Whether a squash merge commit can use the pull request title as default.",
266517
- "default": false
266583
+ "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.",
266584
+ "default": false,
266585
+ "deprecated": true
266518
266586
  },
266519
266587
  "squash_merge_commit_title": {
266520
266588
  "type": "string",
@@ -270313,8 +270381,9 @@
270313
270381
  },
270314
270382
  "use_squash_pr_title_as_default": {
270315
270383
  "type": "boolean",
270316
- "description": "Whether a squash merge commit can use the pull request title as default.",
270317
- "default": false
270384
+ "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.",
270385
+ "default": false,
270386
+ "deprecated": true
270318
270387
  },
270319
270388
  "squash_merge_commit_title": {
270320
270389
  "type": "string",
@@ -273152,8 +273221,9 @@
273152
273221
  },
273153
273222
  "use_squash_pr_title_as_default": {
273154
273223
  "type": "boolean",
273155
- "description": "Whether a squash merge commit can use the pull request title as default.",
273156
- "default": false
273224
+ "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.",
273225
+ "default": false,
273226
+ "deprecated": true
273157
273227
  },
273158
273228
  "squash_merge_commit_title": {
273159
273229
  "type": "string",
@@ -276017,8 +276087,9 @@
276017
276087
  },
276018
276088
  "use_squash_pr_title_as_default": {
276019
276089
  "type": "boolean",
276020
- "description": "Whether a squash merge commit can use the pull request title as default.",
276021
- "default": false
276090
+ "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.",
276091
+ "default": false,
276092
+ "deprecated": true
276022
276093
  },
276023
276094
  "squash_merge_commit_title": {
276024
276095
  "type": "string",
@@ -299879,8 +299950,9 @@
299879
299950
  },
299880
299951
  "use_squash_pr_title_as_default": {
299881
299952
  "type": "boolean",
299882
- "description": "Whether a squash merge commit can use the pull request title as default.",
299883
- "default": false
299953
+ "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.",
299954
+ "default": false,
299955
+ "deprecated": true
299884
299956
  },
299885
299957
  "squash_merge_commit_title": {
299886
299958
  "type": "string",
@@ -309171,8 +309243,9 @@
309171
309243
  },
309172
309244
  "use_squash_pr_title_as_default": {
309173
309245
  "type": "boolean",
309174
- "description": "Whether a squash merge commit can use the pull request title as default.",
309175
- "default": false
309246
+ "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.",
309247
+ "default": false,
309248
+ "deprecated": true
309176
309249
  },
309177
309250
  "squash_merge_commit_title": {
309178
309251
  "type": "string",
@@ -315214,8 +315287,9 @@
315214
315287
  },
315215
315288
  "use_squash_pr_title_as_default": {
315216
315289
  "type": "boolean",
315217
- "description": "Whether a squash merge commit can use the pull request title as default.",
315218
- "default": false
315290
+ "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.",
315291
+ "default": false,
315292
+ "deprecated": true
315219
315293
  },
315220
315294
  "squash_merge_commit_title": {
315221
315295
  "type": "string",
@@ -316548,8 +316622,9 @@
316548
316622
  },
316549
316623
  "use_squash_pr_title_as_default": {
316550
316624
  "type": "boolean",
316551
- "description": "Whether a squash merge commit can use the pull request title as default.",
316552
- "default": false
316625
+ "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.",
316626
+ "default": false,
316627
+ "deprecated": true
316553
316628
  },
316554
316629
  "squash_merge_commit_title": {
316555
316630
  "type": "string",
@@ -336395,8 +336470,9 @@
336395
336470
  },
336396
336471
  "use_squash_pr_title_as_default": {
336397
336472
  "type": "boolean",
336398
- "description": "Whether a squash merge commit can use the pull request title as default.",
336399
- "default": false
336473
+ "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.",
336474
+ "default": false,
336475
+ "deprecated": true
336400
336476
  },
336401
336477
  "squash_merge_commit_title": {
336402
336478
  "type": "string",
@@ -337729,8 +337805,9 @@
337729
337805
  },
337730
337806
  "use_squash_pr_title_as_default": {
337731
337807
  "type": "boolean",
337732
- "description": "Whether a squash merge commit can use the pull request title as default.",
337733
- "default": false
337808
+ "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.",
337809
+ "default": false,
337810
+ "deprecated": true
337734
337811
  },
337735
337812
  "squash_merge_commit_title": {
337736
337813
  "type": "string",
@@ -341112,8 +341189,9 @@
341112
341189
  },
341113
341190
  "use_squash_pr_title_as_default": {
341114
341191
  "type": "boolean",
341115
- "description": "Whether a squash merge commit can use the pull request title as default.",
341116
- "default": false
341192
+ "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.",
341193
+ "default": false,
341194
+ "deprecated": true
341117
341195
  },
341118
341196
  "squash_merge_commit_title": {
341119
341197
  "type": "string",
@@ -342446,8 +342524,9 @@
342446
342524
  },
342447
342525
  "use_squash_pr_title_as_default": {
342448
342526
  "type": "boolean",
342449
- "description": "Whether a squash merge commit can use the pull request title as default.",
342450
- "default": false
342527
+ "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.",
342528
+ "default": false,
342529
+ "deprecated": true
342451
342530
  },
342452
342531
  "squash_merge_commit_title": {
342453
342532
  "type": "string",
@@ -360976,8 +361055,9 @@
360976
361055
  },
360977
361056
  "use_squash_pr_title_as_default": {
360978
361057
  "type": "boolean",
360979
- "description": "Whether a squash merge commit can use the pull request title as default.",
360980
- "default": false
361058
+ "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.",
361059
+ "default": false,
361060
+ "deprecated": true
360981
361061
  },
360982
361062
  "squash_merge_commit_title": {
360983
361063
  "type": "string",
@@ -362705,8 +362785,9 @@
362705
362785
  },
362706
362786
  "use_squash_pr_title_as_default": {
362707
362787
  "type": "boolean",
362708
- "description": "Whether a squash merge commit can use the pull request title as default.",
362709
- "default": false
362788
+ "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.",
362789
+ "default": false,
362790
+ "deprecated": true
362710
362791
  },
362711
362792
  "squash_merge_commit_title": {
362712
362793
  "type": "string",
@@ -364524,8 +364605,9 @@
364524
364605
  },
364525
364606
  "use_squash_pr_title_as_default": {
364526
364607
  "type": "boolean",
364527
- "description": "Whether a squash merge commit can use the pull request title as default.",
364528
- "default": false
364608
+ "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.",
364609
+ "default": false,
364610
+ "deprecated": true
364529
364611
  },
364530
364612
  "squash_merge_commit_title": {
364531
364613
  "type": "string",
@@ -367060,8 +367142,9 @@
367060
367142
  },
367061
367143
  "use_squash_pr_title_as_default": {
367062
367144
  "type": "boolean",
367063
- "description": "Whether a squash merge commit can use the pull request title as default.",
367064
- "default": false
367145
+ "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.",
367146
+ "default": false,
367147
+ "deprecated": true
367065
367148
  },
367066
367149
  "squash_merge_commit_title": {
367067
367150
  "type": "string",
@@ -369493,8 +369576,9 @@
369493
369576
  },
369494
369577
  "use_squash_pr_title_as_default": {
369495
369578
  "type": "boolean",
369496
- "description": "Whether a squash merge commit can use the pull request title as default.",
369497
- "default": false
369579
+ "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.",
369580
+ "default": false,
369581
+ "deprecated": true
369498
369582
  },
369499
369583
  "squash_merge_commit_title": {
369500
369584
  "type": "string",
@@ -371921,8 +372005,9 @@
371921
372005
  },
371922
372006
  "use_squash_pr_title_as_default": {
371923
372007
  "type": "boolean",
371924
- "description": "Whether a squash merge commit can use the pull request title as default.",
371925
- "default": false
372008
+ "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.",
372009
+ "default": false,
372010
+ "deprecated": true
371926
372011
  },
371927
372012
  "squash_merge_commit_title": {
371928
372013
  "type": "string",
@@ -385724,8 +385809,9 @@
385724
385809
  },
385725
385810
  "use_squash_pr_title_as_default": {
385726
385811
  "type": "boolean",
385727
- "description": "Whether a squash merge commit can use the pull request title as default.",
385728
- "default": false
385812
+ "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.",
385813
+ "default": false,
385814
+ "deprecated": true
385729
385815
  },
385730
385816
  "squash_merge_commit_title": {
385731
385817
  "type": "string",
@@ -387794,8 +387880,9 @@
387794
387880
  },
387795
387881
  "use_squash_pr_title_as_default": {
387796
387882
  "type": "boolean",
387797
- "description": "Whether a squash merge commit can use the pull request title as default.",
387798
- "default": false
387883
+ "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.",
387884
+ "default": false,
387885
+ "deprecated": true
387799
387886
  },
387800
387887
  "squash_merge_commit_title": {
387801
387888
  "type": "string",
@@ -395080,8 +395167,9 @@
395080
395167
  },
395081
395168
  "use_squash_pr_title_as_default": {
395082
395169
  "type": "boolean",
395083
- "description": "Whether a squash merge commit can use the pull request title as default.",
395084
- "default": false
395170
+ "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.",
395171
+ "default": false,
395172
+ "deprecated": true
395085
395173
  },
395086
395174
  "squash_merge_commit_title": {
395087
395175
  "type": "string",
@@ -397726,8 +397814,9 @@
397726
397814
  },
397727
397815
  "use_squash_pr_title_as_default": {
397728
397816
  "type": "boolean",
397729
- "description": "Whether a squash merge commit can use the pull request title as default.",
397730
- "default": false
397817
+ "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.",
397818
+ "default": false,
397819
+ "deprecated": true
397731
397820
  },
397732
397821
  "squash_merge_commit_title": {
397733
397822
  "type": "string",
@@ -401958,8 +402047,9 @@
401958
402047
  },
401959
402048
  "use_squash_pr_title_as_default": {
401960
402049
  "type": "boolean",
401961
- "description": "Whether a squash merge commit can use the pull request title as default.",
401962
- "default": false
402050
+ "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.",
402051
+ "default": false,
402052
+ "deprecated": true
401963
402053
  },
401964
402054
  "squash_merge_commit_title": {
401965
402055
  "type": "string",
@@ -403707,8 +403797,9 @@
403707
403797
  },
403708
403798
  "use_squash_pr_title_as_default": {
403709
403799
  "type": "boolean",
403710
- "description": "Whether a squash merge commit can use the pull request title as default.",
403711
- "default": false
403800
+ "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.",
403801
+ "default": false,
403802
+ "deprecated": true
403712
403803
  },
403713
403804
  "squash_merge_commit_title": {
403714
403805
  "type": "string",
@@ -405821,8 +405912,9 @@
405821
405912
  },
405822
405913
  "use_squash_pr_title_as_default": {
405823
405914
  "type": "boolean",
405824
- "description": "Whether a squash merge commit can use the pull request title as default.",
405825
- "default": false
405915
+ "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.",
405916
+ "default": false,
405917
+ "deprecated": true
405826
405918
  },
405827
405919
  "squash_merge_commit_title": {
405828
405920
  "type": "string",
@@ -408257,8 +408349,9 @@
408257
408349
  },
408258
408350
  "use_squash_pr_title_as_default": {
408259
408351
  "type": "boolean",
408260
- "description": "Whether a squash merge commit can use the pull request title as default.",
408261
- "default": false
408352
+ "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.",
408353
+ "default": false,
408354
+ "deprecated": true
408262
408355
  },
408263
408356
  "squash_merge_commit_title": {
408264
408357
  "type": "string",
@@ -409880,8 +409973,9 @@
409880
409973
  },
409881
409974
  "use_squash_pr_title_as_default": {
409882
409975
  "type": "boolean",
409883
- "description": "Whether a squash merge commit can use the pull request title as default.",
409884
- "default": false
409976
+ "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.",
409977
+ "default": false,
409978
+ "deprecated": true
409885
409979
  },
409886
409980
  "squash_merge_commit_title": {
409887
409981
  "type": "string",
@@ -411916,8 +412010,9 @@
411916
412010
  },
411917
412011
  "use_squash_pr_title_as_default": {
411918
412012
  "type": "boolean",
411919
- "description": "Whether a squash merge commit can use the pull request title as default.",
411920
- "default": false
412013
+ "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.",
412014
+ "default": false,
412015
+ "deprecated": true
411921
412016
  },
411922
412017
  "squash_merge_commit_title": {
411923
412018
  "type": "string",
@@ -414080,8 +414175,9 @@
414080
414175
  },
414081
414176
  "use_squash_pr_title_as_default": {
414082
414177
  "type": "boolean",
414083
- "description": "Whether a squash merge commit can use the pull request title as default.",
414084
- "default": false
414178
+ "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.",
414179
+ "default": false,
414180
+ "deprecated": true
414085
414181
  },
414086
414182
  "squash_merge_commit_title": {
414087
414183
  "type": "string",
@@ -415417,8 +415513,9 @@
415417
415513
  },
415418
415514
  "use_squash_pr_title_as_default": {
415419
415515
  "type": "boolean",
415420
- "description": "Whether a squash merge commit can use the pull request title as default.",
415421
- "default": false
415516
+ "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.",
415517
+ "default": false,
415518
+ "deprecated": true
415422
415519
  },
415423
415520
  "squash_merge_commit_title": {
415424
415521
  "type": "string",
@@ -417677,8 +417774,9 @@
417677
417774
  },
417678
417775
  "use_squash_pr_title_as_default": {
417679
417776
  "type": "boolean",
417680
- "description": "Whether a squash merge commit can use the pull request title as default.",
417681
- "default": false
417777
+ "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.",
417778
+ "default": false,
417779
+ "deprecated": true
417682
417780
  },
417683
417781
  "squash_merge_commit_title": {
417684
417782
  "type": "string",
@@ -421673,8 +421771,9 @@
421673
421771
  },
421674
421772
  "use_squash_pr_title_as_default": {
421675
421773
  "type": "boolean",
421676
- "description": "Whether a squash merge commit can use the pull request title as default.",
421677
- "default": false
421774
+ "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.",
421775
+ "default": false,
421776
+ "deprecated": true
421678
421777
  },
421679
421778
  "squash_merge_commit_title": {
421680
421779
  "type": "string",
@@ -424880,8 +424979,9 @@
424880
424979
  },
424881
424980
  "use_squash_pr_title_as_default": {
424882
424981
  "type": "boolean",
424883
- "description": "Whether a squash merge commit can use the pull request title as default.",
424884
- "default": false
424982
+ "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.",
424983
+ "default": false,
424984
+ "deprecated": true
424885
424985
  },
424886
424986
  "squash_merge_commit_title": {
424887
424987
  "type": "string",
@@ -428089,8 +428189,9 @@
428089
428189
  },
428090
428190
  "use_squash_pr_title_as_default": {
428091
428191
  "type": "boolean",
428092
- "description": "Whether a squash merge commit can use the pull request title as default.",
428093
- "default": false
428192
+ "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.",
428193
+ "default": false,
428194
+ "deprecated": true
428094
428195
  },
428095
428196
  "squash_merge_commit_title": {
428096
428197
  "type": "string",
@@ -434245,8 +434346,9 @@
434245
434346
  },
434246
434347
  "use_squash_pr_title_as_default": {
434247
434348
  "type": "boolean",
434248
- "description": "Whether a squash merge commit can use the pull request title as default.",
434249
- "default": false
434349
+ "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.",
434350
+ "default": false,
434351
+ "deprecated": true
434250
434352
  },
434251
434353
  "squash_merge_commit_title": {
434252
434354
  "type": "string",
@@ -437454,8 +437556,9 @@
437454
437556
  },
437455
437557
  "use_squash_pr_title_as_default": {
437456
437558
  "type": "boolean",
437457
- "description": "Whether a squash merge commit can use the pull request title as default.",
437458
- "default": false
437559
+ "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.",
437560
+ "default": false,
437561
+ "deprecated": true
437459
437562
  },
437460
437563
  "squash_merge_commit_title": {
437461
437564
  "type": "string",
@@ -440142,8 +440245,9 @@
440142
440245
  },
440143
440246
  "use_squash_pr_title_as_default": {
440144
440247
  "type": "boolean",
440145
- "description": "Whether a squash merge commit can use the pull request title as default.",
440146
- "default": false
440248
+ "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.",
440249
+ "default": false,
440250
+ "deprecated": true
440147
440251
  },
440148
440252
  "squash_merge_commit_title": {
440149
440253
  "type": "string",
@@ -441776,8 +441880,9 @@
441776
441880
  },
441777
441881
  "use_squash_pr_title_as_default": {
441778
441882
  "type": "boolean",
441779
- "description": "Whether a squash merge commit can use the pull request title as default.",
441780
- "default": false
441883
+ "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.",
441884
+ "default": false,
441885
+ "deprecated": true
441781
441886
  },
441782
441887
  "squash_merge_commit_title": {
441783
441888
  "type": "string",
@@ -442978,8 +443083,9 @@
442978
443083
  },
442979
443084
  "use_squash_pr_title_as_default": {
442980
443085
  "type": "boolean",
442981
- "description": "Whether a squash merge commit can use the pull request title as default.",
442982
- "default": false
443086
+ "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.",
443087
+ "default": false,
443088
+ "deprecated": true
442983
443089
  },
442984
443090
  "squash_merge_commit_title": {
442985
443091
  "type": "string",
@@ -444808,8 +444914,9 @@
444808
444914
  },
444809
444915
  "use_squash_pr_title_as_default": {
444810
444916
  "type": "boolean",
444811
- "description": "Whether a squash merge commit can use the pull request title as default.",
444812
- "default": false
444917
+ "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.",
444918
+ "default": false,
444919
+ "deprecated": true
444813
444920
  },
444814
444921
  "squash_merge_commit_title": {
444815
444922
  "type": "string",
@@ -447840,6 +447947,70 @@
447840
447947
  }
447841
447948
  }
447842
447949
  },
447950
+ "/orgs/{org}/custom_roles": {
447951
+ "post": {
447952
+ "summary": "Create a custom role",
447953
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
447954
+ "tags": [
447955
+ "orgs"
447956
+ ],
447957
+ "operationId": "orgs/create-custom-role",
447958
+ "externalDocs": {
447959
+ "description": "API method documentation",
447960
+ "url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
447961
+ },
447962
+ "x-octokit": {
447963
+ "api.github.com": "removed"
447964
+ },
447965
+ "responses": {
447966
+ "501": {
447967
+ "description": "Not Implemented"
447968
+ }
447969
+ }
447970
+ }
447971
+ },
447972
+ "/orgs/{org}/custom_roles/{role_id}": {
447973
+ "delete": {
447974
+ "summary": "Delete a custom role",
447975
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
447976
+ "tags": [
447977
+ "orgs"
447978
+ ],
447979
+ "operationId": "orgs/delete-custom-role",
447980
+ "externalDocs": {
447981
+ "description": "API method documentation",
447982
+ "url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
447983
+ },
447984
+ "x-octokit": {
447985
+ "api.github.com": "removed"
447986
+ },
447987
+ "responses": {
447988
+ "501": {
447989
+ "description": "Not Implemented"
447990
+ }
447991
+ }
447992
+ },
447993
+ "patch": {
447994
+ "summary": "Update a custom role",
447995
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
447996
+ "tags": [
447997
+ "orgs"
447998
+ ],
447999
+ "operationId": "orgs/update-custom-role",
448000
+ "externalDocs": {
448001
+ "description": "API method documentation",
448002
+ "url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
448003
+ },
448004
+ "x-octokit": {
448005
+ "api.github.com": "removed"
448006
+ },
448007
+ "responses": {
448008
+ "501": {
448009
+ "description": "Not Implemented"
448010
+ }
448011
+ }
448012
+ }
448013
+ },
447843
448014
  "/orgs/{org}/external-group/{group_id}": {
447844
448015
  "get": {
447845
448016
  "summary": "Get an external group",
@@ -447906,6 +448077,28 @@
447906
448077
  }
447907
448078
  }
447908
448079
  },
448080
+ "/orgs/{org}/fine_grained_permissions": {
448081
+ "get": {
448082
+ "summary": "List fine-grained permissions for an organization",
448083
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
448084
+ "tags": [
448085
+ "orgs"
448086
+ ],
448087
+ "operationId": "orgs/list-fine-grained-permissions",
448088
+ "externalDocs": {
448089
+ "description": "API method documentation",
448090
+ "url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
448091
+ },
448092
+ "x-octokit": {
448093
+ "api.github.com": "removed"
448094
+ },
448095
+ "responses": {
448096
+ "501": {
448097
+ "description": "Not Implemented"
448098
+ }
448099
+ }
448100
+ }
448101
+ },
447909
448102
  "/orgs/{org}/interaction-limits": {
447910
448103
  "get": {
447911
448104
  "summary": "Get interaction restrictions for an organization",
@@ -448272,7 +448465,7 @@
448272
448465
  },
448273
448466
  "/orgs/{org}/packages/{package_type}/{package_name}/versions": {
448274
448467
  "get": {
448275
- "summary": "Get all package versions for a package owned by an organization",
448468
+ "summary": "List package versions for a package owned by an organization",
448276
448469
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
448277
448470
  "tags": [
448278
448471
  "packages"
@@ -448280,7 +448473,7 @@
448280
448473
  "operationId": "packages/get-all-package-versions-for-package-owned-by-org",
448281
448474
  "externalDocs": {
448282
448475
  "description": "API method documentation",
448283
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
448476
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
448284
448477
  },
448285
448478
  "x-octokit": {
448286
448479
  "api.github.com": "removed"
@@ -450755,7 +450948,7 @@
450755
450948
  },
450756
450949
  "/user/packages/{package_type}/{package_name}/versions": {
450757
450950
  "get": {
450758
- "summary": "Get all package versions for a package owned by the authenticated user",
450951
+ "summary": "List package versions for a package owned by the authenticated user",
450759
450952
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
450760
450953
  "tags": [
450761
450954
  "packages"
@@ -450763,7 +450956,7 @@
450763
450956
  "operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
450764
450957
  "externalDocs": {
450765
450958
  "description": "API method documentation",
450766
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
450959
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
450767
450960
  },
450768
450961
  "x-octokit": {
450769
450962
  "api.github.com": "removed"
@@ -451011,7 +451204,7 @@
451011
451204
  },
451012
451205
  "/users/{username}/packages/{package_type}/{package_name}/versions": {
451013
451206
  "get": {
451014
- "summary": "Get all package versions for a package owned by a user",
451207
+ "summary": "List package versions for a package owned by a user",
451015
451208
  "description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
451016
451209
  "tags": [
451017
451210
  "packages"
@@ -451019,7 +451212,7 @@
451019
451212
  "operationId": "packages/get-all-package-versions-for-package-owned-by-user",
451020
451213
  "externalDocs": {
451021
451214
  "description": "API method documentation",
451022
- "url": "https://docs.github.com/rest/reference/packages#get-all-package-versions-for-a-package-owned-by-a-user"
451215
+ "url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
451023
451216
  },
451024
451217
  "x-octokit": {
451025
451218
  "api.github.com": "removed"