@octokit/openapi 5.6.1 → 5.6.5

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 (27) hide show
  1. package/generated/api.github.com.deref.json +3451 -2749
  2. package/generated/api.github.com.json +440 -1599
  3. package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
  4. package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
  5. package/generated/ghes-2.22.deref.json +1 -1
  6. package/generated/ghes-2.22.json +1 -1
  7. package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +0 -145
  8. package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +8739 -19455
  9. package/generated/ghes-3.0-diff-to-ghes-3.1.json +245 -1527
  10. package/generated/ghes-3.0.deref.json +3494 -1920
  11. package/generated/ghes-3.0.json +420 -721
  12. package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +286 -1466
  13. package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +58842 -105018
  14. package/generated/ghes-3.1-diff-to-ghes-3.2.json +11129 -16701
  15. package/generated/ghes-3.1.deref.json +3545 -1951
  16. package/generated/ghes-3.1.json +467 -752
  17. package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +7 -136
  18. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +333 -2109
  19. package/generated/ghes-3.2-diff-to-api.github.com.json +45 -742
  20. package/generated/ghes-3.2.deref.json +3597 -1953
  21. package/generated/ghes-3.2.json +474 -752
  22. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +3 -59
  23. package/generated/github.ae-diff-to-api.github.com.deref.json +4 -4963
  24. package/generated/github.ae-diff-to-api.github.com.json +109 -2784
  25. package/generated/github.ae.deref.json +2270 -2214
  26. package/generated/github.ae.json +337 -1464
  27. package/package.json +2 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "5.6.1",
4
+ "version": "5.6.5",
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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -805,6 +805,7 @@
805
805
  }
806
806
  },
807
807
  "requestBody": {
808
+ "required": true,
808
809
  "content": {
809
810
  "application/json": {
810
811
  "schema": {
@@ -1486,6 +1487,7 @@
1486
1487
  }
1487
1488
  },
1488
1489
  "requestBody": {
1490
+ "required": true,
1489
1491
  "content": {
1490
1492
  "application/json": {
1491
1493
  "schema": {
@@ -2074,6 +2076,7 @@
2074
2076
  },
2075
2077
  "parameters": [{ "$ref": "#/components/parameters/client-id" }],
2076
2078
  "requestBody": {
2079
+ "required": true,
2077
2080
  "content": {
2078
2081
  "application/json": {
2079
2082
  "schema": {
@@ -2083,7 +2086,8 @@
2083
2086
  "type": "string",
2084
2087
  "description": "The OAuth access token used to authenticate to the GitHub API."
2085
2088
  }
2086
- }
2089
+ },
2090
+ "required": ["access_token"]
2087
2091
  },
2088
2092
  "example": {
2089
2093
  "access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
@@ -2581,6 +2585,7 @@
2581
2585
  "tags": ["enterprise-admin"],
2582
2586
  "operationId": "enterprise-admin/set-announcement",
2583
2587
  "requestBody": {
2588
+ "required": true,
2584
2589
  "content": {
2585
2590
  "application/json": {
2586
2591
  "schema": { "$ref": "#/components/schemas/announcement" }
@@ -3283,6 +3288,7 @@
3283
3288
  "parameters": [{ "$ref": "#/components/parameters/enterprise" }],
3284
3289
  "responses": { "204": { "description": "Response" } },
3285
3290
  "requestBody": {
3291
+ "required": true,
3286
3292
  "content": {
3287
3293
  "application/json": {
3288
3294
  "schema": { "$ref": "#/components/schemas/selected-actions" },
@@ -5009,13 +5015,6 @@
5009
5015
  "x-github": {
5010
5016
  "githubCloudOnly": false,
5011
5017
  "enabledForGitHubApps": false,
5012
- "previews": [
5013
- {
5014
- "required": false,
5015
- "name": "squirrel-girl",
5016
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
5017
- }
5018
- ],
5019
5018
  "category": "issues",
5020
5019
  "subcategory": null
5021
5020
  },
@@ -6216,6 +6215,7 @@
6216
6215
  { "$ref": "#/components/parameters/runner-group-id" }
6217
6216
  ],
6218
6217
  "requestBody": {
6218
+ "required": true,
6219
6219
  "content": {
6220
6220
  "application/json": {
6221
6221
  "schema": {
@@ -6230,7 +6230,8 @@
6230
6230
  "type": "string",
6231
6231
  "enum": ["selected", "all", "private"]
6232
6232
  }
6233
- }
6233
+ },
6234
+ "required": ["name"]
6234
6235
  },
6235
6236
  "example": {
6236
6237
  "name": "Expensive hardware runners",
@@ -6600,6 +6601,7 @@
6600
6601
  { "$ref": "#/components/parameters/secret-name" }
6601
6602
  ],
6602
6603
  "requestBody": {
6604
+ "required": true,
6603
6605
  "content": {
6604
6606
  "application/json": {
6605
6607
  "schema": {
@@ -6610,7 +6612,8 @@
6610
6612
  "description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can add and remove individual repositories using the [Set selected repositories for an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#set-selected-repositories-for-an-organization-secret) and [Remove selected repository from an organization secret](https://docs.github.com/github-ae@latest/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
6611
6613
  "items": { "type": "integer" }
6612
6614
  }
6613
- }
6615
+ },
6616
+ "required": ["selected_repository_ids"]
6614
6617
  },
6615
6618
  "example": { "selected_repository_ids": [64780797] }
6616
6619
  }
@@ -7356,13 +7359,6 @@
7356
7359
  "x-github": {
7357
7360
  "githubCloudOnly": false,
7358
7361
  "enabledForGitHubApps": false,
7359
- "previews": [
7360
- {
7361
- "required": false,
7362
- "name": "squirrel-girl",
7363
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
7364
- }
7365
- ],
7366
7362
  "category": "issues",
7367
7363
  "subcategory": null
7368
7364
  },
@@ -8454,13 +8450,6 @@
8454
8450
  "x-github": {
8455
8451
  "githubCloudOnly": false,
8456
8452
  "enabledForGitHubApps": true,
8457
- "previews": [
8458
- {
8459
- "required": false,
8460
- "name": "squirrel-girl",
8461
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8462
- }
8463
- ],
8464
8453
  "category": "teams",
8465
8454
  "subcategory": "discussions"
8466
8455
  },
@@ -8526,13 +8515,6 @@
8526
8515
  "triggersNotification": true,
8527
8516
  "githubCloudOnly": false,
8528
8517
  "enabledForGitHubApps": true,
8529
- "previews": [
8530
- {
8531
- "required": false,
8532
- "name": "squirrel-girl",
8533
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8534
- }
8535
- ],
8536
8518
  "category": "teams",
8537
8519
  "subcategory": "discussions"
8538
8520
  },
@@ -8570,13 +8552,6 @@
8570
8552
  "x-github": {
8571
8553
  "githubCloudOnly": false,
8572
8554
  "enabledForGitHubApps": true,
8573
- "previews": [
8574
- {
8575
- "required": false,
8576
- "name": "squirrel-girl",
8577
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8578
- }
8579
- ],
8580
8555
  "category": "teams",
8581
8556
  "subcategory": "discussions"
8582
8557
  },
@@ -8634,13 +8609,6 @@
8634
8609
  "x-github": {
8635
8610
  "githubCloudOnly": false,
8636
8611
  "enabledForGitHubApps": true,
8637
- "previews": [
8638
- {
8639
- "required": false,
8640
- "name": "squirrel-girl",
8641
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8642
- }
8643
- ],
8644
8612
  "category": "teams",
8645
8613
  "subcategory": "discussions"
8646
8614
  },
@@ -8713,13 +8681,6 @@
8713
8681
  "x-github": {
8714
8682
  "githubCloudOnly": false,
8715
8683
  "enabledForGitHubApps": true,
8716
- "previews": [
8717
- {
8718
- "required": false,
8719
- "name": "squirrel-girl",
8720
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8721
- }
8722
- ],
8723
8684
  "category": "teams",
8724
8685
  "subcategory": "discussion-comments"
8725
8686
  },
@@ -8778,13 +8739,6 @@
8778
8739
  "triggersNotification": true,
8779
8740
  "githubCloudOnly": false,
8780
8741
  "enabledForGitHubApps": true,
8781
- "previews": [
8782
- {
8783
- "required": false,
8784
- "name": "squirrel-girl",
8785
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8786
- }
8787
- ],
8788
8742
  "category": "teams",
8789
8743
  "subcategory": "discussion-comments"
8790
8744
  },
@@ -8827,13 +8781,6 @@
8827
8781
  "x-github": {
8828
8782
  "githubCloudOnly": false,
8829
8783
  "enabledForGitHubApps": true,
8830
- "previews": [
8831
- {
8832
- "required": false,
8833
- "name": "squirrel-girl",
8834
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8835
- }
8836
- ],
8837
8784
  "category": "teams",
8838
8785
  "subcategory": "discussion-comments"
8839
8786
  },
@@ -8892,13 +8839,6 @@
8892
8839
  "x-github": {
8893
8840
  "githubCloudOnly": false,
8894
8841
  "enabledForGitHubApps": true,
8895
- "previews": [
8896
- {
8897
- "required": false,
8898
- "name": "squirrel-girl",
8899
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8900
- }
8901
- ],
8902
8842
  "category": "teams",
8903
8843
  "subcategory": "discussion-comments"
8904
8844
  },
@@ -8987,13 +8927,6 @@
8987
8927
  "x-github": {
8988
8928
  "githubCloudOnly": false,
8989
8929
  "enabledForGitHubApps": true,
8990
- "previews": [
8991
- {
8992
- "required": true,
8993
- "name": "squirrel-girl",
8994
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
8995
- }
8996
- ],
8997
8930
  "category": "reactions",
8998
8931
  "subcategory": null
8999
8932
  },
@@ -9069,13 +9002,6 @@
9069
9002
  "x-github": {
9070
9003
  "githubCloudOnly": false,
9071
9004
  "enabledForGitHubApps": true,
9072
- "previews": [
9073
- {
9074
- "required": true,
9075
- "name": "squirrel-girl",
9076
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
9077
- }
9078
- ],
9079
9005
  "category": "reactions",
9080
9006
  "subcategory": null
9081
9007
  },
@@ -9103,13 +9029,6 @@
9103
9029
  "x-github": {
9104
9030
  "githubCloudOnly": false,
9105
9031
  "enabledForGitHubApps": true,
9106
- "previews": [
9107
- {
9108
- "required": true,
9109
- "name": "squirrel-girl",
9110
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
9111
- }
9112
- ],
9113
9032
  "category": "reactions",
9114
9033
  "subcategory": null
9115
9034
  },
@@ -9172,13 +9091,6 @@
9172
9091
  "x-github": {
9173
9092
  "githubCloudOnly": false,
9174
9093
  "enabledForGitHubApps": true,
9175
- "previews": [
9176
- {
9177
- "required": true,
9178
- "name": "squirrel-girl",
9179
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
9180
- }
9181
- ],
9182
9094
  "category": "reactions",
9183
9095
  "subcategory": null
9184
9096
  },
@@ -9253,13 +9165,6 @@
9253
9165
  "x-github": {
9254
9166
  "githubCloudOnly": false,
9255
9167
  "enabledForGitHubApps": false,
9256
- "previews": [
9257
- {
9258
- "required": true,
9259
- "name": "squirrel-girl",
9260
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
9261
- }
9262
- ],
9263
9168
  "category": "reactions",
9264
9169
  "subcategory": null
9265
9170
  },
@@ -9286,13 +9191,6 @@
9286
9191
  "x-github": {
9287
9192
  "githubCloudOnly": false,
9288
9193
  "enabledForGitHubApps": true,
9289
- "previews": [
9290
- {
9291
- "required": true,
9292
- "name": "squirrel-girl",
9293
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
9294
- }
9295
- ],
9296
9194
  "category": "reactions",
9297
9195
  "subcategory": null
9298
9196
  },
@@ -10966,19 +10864,11 @@
10966
10864
  "304": { "$ref": "#/components/responses/not_modified" },
10967
10865
  "401": { "$ref": "#/components/responses/requires_authentication" },
10968
10866
  "403": { "$ref": "#/components/responses/forbidden" },
10969
- "410": { "$ref": "#/components/responses/gone" },
10970
- "415": { "$ref": "#/components/responses/preview_header_missing" }
10867
+ "410": { "$ref": "#/components/responses/gone" }
10971
10868
  },
10972
10869
  "x-github": {
10973
10870
  "githubCloudOnly": false,
10974
10871
  "enabledForGitHubApps": true,
10975
- "previews": [
10976
- {
10977
- "required": true,
10978
- "name": "squirrel-girl",
10979
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
10980
- }
10981
- ],
10982
10872
  "removalDate": "2021-02-21",
10983
10873
  "deprecationDate": "2020-02-26",
10984
10874
  "category": "reactions",
@@ -10991,7 +10881,7 @@
10991
10881
  "/repos/{owner}/{repo}": {
10992
10882
  "get": {
10993
10883
  "summary": "Get a repository",
10994
- "description": "When you pass the `scarlet-witch-preview` media type, requests to get a repository will also return the repository's code of conduct if it can be detected from the repository's code of conduct file.\n\nThe `parent` and `source` objects are present when the repository is a fork. `parent` is the repository this repository was forked from, `source` is the ultimate source for the network.",
10884
+ "description": "The `parent` and `source` objects are present when the repository is a fork. `parent` is the repository this repository was forked from, `source` is the ultimate source for the network.",
10995
10885
  "tags": ["repos"],
10996
10886
  "operationId": "repos/get",
10997
10887
  "externalDocs": {
@@ -11011,9 +10901,6 @@
11011
10901
  "examples": {
11012
10902
  "default-response": {
11013
10903
  "$ref": "#/components/examples/full-repository-default-response"
11014
- },
11015
- "response-with-scarlet-witch-preview-media-type": {
11016
- "$ref": "#/components/examples/full-repository-response-with-scarlet-witch-preview-media-type"
11017
10904
  }
11018
10905
  }
11019
10906
  }
@@ -11031,11 +10918,6 @@
11031
10918
  "required": false,
11032
10919
  "name": "nebula",
11033
10920
  "note": "You can set the visibility of a repository using the new `visibility` parameter in the [Repositories API](https://docs.github.com/github-ae@latest/rest/reference/repos/), and get a repository's visibility with a new response key. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/).\n\nTo access repository visibility during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
11034
- },
11035
- {
11036
- "required": false,
11037
- "name": "scarlet-witch",
11038
- "note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
11039
10921
  }
11040
10922
  ],
11041
10923
  "category": "repos",
@@ -11192,9 +11074,7 @@
11192
11074
  "category": "repos",
11193
11075
  "subcategory": null
11194
11076
  },
11195
- "x-octokit": {
11196
- "diff": { "api.github.com.json": { "type": "changed" } }
11197
- }
11077
+ "x-octokit": {}
11198
11078
  },
11199
11079
  "delete": {
11200
11080
  "summary": "Delete a repository",
@@ -15469,6 +15349,7 @@
15469
15349
  { "$ref": "#/components/parameters/repo" }
15470
15350
  ],
15471
15351
  "requestBody": {
15352
+ "required": true,
15472
15353
  "content": {
15473
15354
  "application/json": {
15474
15355
  "schema": {
@@ -16500,13 +16381,6 @@
16500
16381
  "x-github": {
16501
16382
  "githubCloudOnly": false,
16502
16383
  "enabledForGitHubApps": true,
16503
- "previews": [
16504
- {
16505
- "required": false,
16506
- "name": "squirrel-girl",
16507
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
16508
- }
16509
- ],
16510
16384
  "category": "repos",
16511
16385
  "subcategory": "comments"
16512
16386
  },
@@ -16545,13 +16419,6 @@
16545
16419
  "x-github": {
16546
16420
  "githubCloudOnly": false,
16547
16421
  "enabledForGitHubApps": true,
16548
- "previews": [
16549
- {
16550
- "required": false,
16551
- "name": "squirrel-girl",
16552
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
16553
- }
16554
- ],
16555
16422
  "category": "repos",
16556
16423
  "subcategory": "comments"
16557
16424
  },
@@ -16694,19 +16561,11 @@
16694
16561
  },
16695
16562
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
16696
16563
  },
16697
- "404": { "$ref": "#/components/responses/not_found" },
16698
- "415": { "$ref": "#/components/responses/preview_header_missing" }
16564
+ "404": { "$ref": "#/components/responses/not_found" }
16699
16565
  },
16700
16566
  "x-github": {
16701
16567
  "githubCloudOnly": false,
16702
16568
  "enabledForGitHubApps": true,
16703
- "previews": [
16704
- {
16705
- "required": true,
16706
- "name": "squirrel-girl",
16707
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
16708
- }
16709
- ],
16710
16569
  "category": "reactions",
16711
16570
  "subcategory": null
16712
16571
  },
@@ -16783,13 +16642,6 @@
16783
16642
  "x-github": {
16784
16643
  "githubCloudOnly": false,
16785
16644
  "enabledForGitHubApps": true,
16786
- "previews": [
16787
- {
16788
- "required": true,
16789
- "name": "squirrel-girl",
16790
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
16791
- }
16792
- ],
16793
16645
  "category": "reactions",
16794
16646
  "subcategory": null
16795
16647
  },
@@ -16816,13 +16668,6 @@
16816
16668
  "x-github": {
16817
16669
  "githubCloudOnly": false,
16818
16670
  "enabledForGitHubApps": true,
16819
- "previews": [
16820
- {
16821
- "required": true,
16822
- "name": "squirrel-girl",
16823
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
16824
- }
16825
- ],
16826
16671
  "category": "reactions",
16827
16672
  "subcategory": null
16828
16673
  },
@@ -16987,13 +16832,6 @@
16987
16832
  "x-github": {
16988
16833
  "githubCloudOnly": false,
16989
16834
  "enabledForGitHubApps": true,
16990
- "previews": [
16991
- {
16992
- "required": false,
16993
- "name": "squirrel-girl",
16994
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
16995
- }
16996
- ],
16997
16835
  "category": "repos",
16998
16836
  "subcategory": "comments"
16999
16837
  },
@@ -18034,13 +17872,6 @@
18034
17872
  "x-github": {
18035
17873
  "githubCloudOnly": false,
18036
17874
  "enabledForGitHubApps": true,
18037
- "previews": [
18038
- {
18039
- "required": false,
18040
- "name": "ant-man",
18041
- "note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
18042
- }
18043
- ],
18044
17875
  "category": "repos",
18045
17876
  "subcategory": "deployments"
18046
17877
  },
@@ -18108,12 +17939,12 @@
18108
17939
  },
18109
17940
  "transient_environment": {
18110
17941
  "type": "boolean",
18111
- "description": "Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future. Default: `false` \n**Note:** This parameter requires you to use the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#enhanced-deployments) custom media type.",
17942
+ "description": "Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future. Default: `false`",
18112
17943
  "default": false
18113
17944
  },
18114
17945
  "production_environment": {
18115
17946
  "type": "boolean",
18116
- "description": "Specifies if the given environment is one that end-users directly interact with. Default: `true` when `environment` is `production` and `false` otherwise. \n**Note:** This parameter requires you to use the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#enhanced-deployments) custom media type."
17947
+ "description": "Specifies if the given environment is one that end-users directly interact with. Default: `true` when `environment` is `production` and `false` otherwise."
18117
17948
  }
18118
17949
  },
18119
17950
  "required": ["ref"]
@@ -18181,13 +18012,6 @@
18181
18012
  "x-github": {
18182
18013
  "githubCloudOnly": false,
18183
18014
  "enabledForGitHubApps": true,
18184
- "previews": [
18185
- {
18186
- "required": false,
18187
- "name": "ant-man",
18188
- "note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
18189
- }
18190
- ],
18191
18015
  "category": "repos",
18192
18016
  "subcategory": "deployments"
18193
18017
  },
@@ -18226,13 +18050,6 @@
18226
18050
  "x-github": {
18227
18051
  "githubCloudOnly": false,
18228
18052
  "enabledForGitHubApps": true,
18229
- "previews": [
18230
- {
18231
- "required": false,
18232
- "name": "ant-man",
18233
- "note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
18234
- }
18235
- ],
18236
18053
  "category": "repos",
18237
18054
  "subcategory": "deployments"
18238
18055
  },
@@ -18307,18 +18124,6 @@
18307
18124
  "x-github": {
18308
18125
  "githubCloudOnly": false,
18309
18126
  "enabledForGitHubApps": true,
18310
- "previews": [
18311
- {
18312
- "required": false,
18313
- "name": "flash",
18314
- "note": "New features in the Deployments API on GitHub are currently available during a public beta. Please see the [blog post](https://developer.github.com/changes/2018-10-16-deployments-environments-states-and-auto-inactive-updates/) for full details.\n\nTo access the new `environment` parameter, the two new values for the `state` parameter (`in_progress` and `queued`), and use `auto_inactive` on production deployments during the public beta period, you must provide the following custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
18315
- },
18316
- {
18317
- "required": false,
18318
- "name": "ant-man",
18319
- "note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
18320
- }
18321
- ],
18322
18127
  "category": "repos",
18323
18128
  "subcategory": "deployments"
18324
18129
  },
@@ -18347,7 +18152,7 @@
18347
18152
  "properties": {
18348
18153
  "state": {
18349
18154
  "type": "string",
18350
- "description": "The state of the status. Can be one of `error`, `failure`, `inactive`, `in_progress`, `queued` `pending`, or `success`. **Note:** To use the `inactive` state, you must provide the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#enhanced-deployments) custom media type. To use the `in_progress` and `queued` states, you must provide the [`application/vnd.github.flash-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#deployment-statuses) custom media type. When you set a transient deployment to `inactive`, the deployment will be shown as `destroyed` in GitHub.",
18155
+ "description": "The state of the status. Can be one of `error`, `failure`, `inactive`, `in_progress`, `queued` `pending`, or `success`. When you set a transient deployment to `inactive`, the deployment will be shown as `destroyed` in GitHub.",
18351
18156
  "enum": [
18352
18157
  "error",
18353
18158
  "failure",
@@ -18365,7 +18170,7 @@
18365
18170
  },
18366
18171
  "log_url": {
18367
18172
  "type": "string",
18368
- "description": "The full URL of the deployment's output. This parameter replaces `target_url`. We will continue to accept `target_url` to support legacy uses, but we recommend replacing `target_url` with `log_url`. Setting `log_url` will automatically set `target_url` to the same value. Default: `\"\"` \n**Note:** This parameter requires you to use the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#enhanced-deployments) custom media type.",
18173
+ "description": "The full URL of the deployment's output. This parameter replaces `target_url`. We will continue to accept `target_url` to support legacy uses, but we recommend replacing `target_url` with `log_url`. Setting `log_url` will automatically set `target_url` to the same value. Default: `\"\"`",
18369
18174
  "default": ""
18370
18175
  },
18371
18176
  "description": {
@@ -18375,17 +18180,17 @@
18375
18180
  },
18376
18181
  "environment": {
18377
18182
  "type": "string",
18378
- "description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`. **Note:** This parameter requires you to use the [`application/vnd.github.flash-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#deployment-statuses) custom media type.",
18183
+ "description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`.",
18379
18184
  "enum": ["production", "staging", "qa"]
18380
18185
  },
18381
18186
  "environment_url": {
18382
18187
  "type": "string",
18383
- "description": "Sets the URL for accessing your environment. Default: `\"\"` \n**Note:** This parameter requires you to use the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#enhanced-deployments) custom media type.",
18188
+ "description": "Sets the URL for accessing your environment. Default: `\"\"`",
18384
18189
  "default": ""
18385
18190
  },
18386
18191
  "auto_inactive": {
18387
18192
  "type": "boolean",
18388
- "description": "Adds a new `inactive` status to all prior non-transient, non-production environment deployments with the same repository and `environment` name as the created status's deployment. An `inactive` status is only added to deployments that had a `success` state. Default: `true` \n**Note:** To add an `inactive` status to `production` environments, you must use the [`application/vnd.github.flash-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#deployment-statuses) custom media type. \n**Note:** This parameter requires you to use the [`application/vnd.github.ant-man-preview+json`](https://docs.github.com/github-ae@latest/rest/overview/api-previews#enhanced-deployments) custom media type."
18193
+ "description": "Adds a new `inactive` status to all prior non-transient, non-production environment deployments with the same repository and `environment` name as the created status's deployment. An `inactive` status is only added to deployments that had a `success` state. Default: `true`"
18389
18194
  }
18390
18195
  },
18391
18196
  "required": ["state"]
@@ -18424,18 +18229,6 @@
18424
18229
  "x-github": {
18425
18230
  "githubCloudOnly": false,
18426
18231
  "enabledForGitHubApps": true,
18427
- "previews": [
18428
- {
18429
- "required": false,
18430
- "name": "flash",
18431
- "note": "New features in the Deployments API on GitHub are currently available during a public beta. Please see the [blog post](https://developer.github.com/changes/2018-10-16-deployments-environments-states-and-auto-inactive-updates/) for full details.\n\nTo access the new `environment` parameter, the two new values for the `state` parameter (`in_progress` and `queued`), and use `auto_inactive` on production deployments during the public beta period, you must provide the following custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
18432
- },
18433
- {
18434
- "required": false,
18435
- "name": "ant-man",
18436
- "note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
18437
- }
18438
- ],
18439
18232
  "category": "repos",
18440
18233
  "subcategory": "deployments"
18441
18234
  },
@@ -18477,24 +18270,11 @@
18477
18270
  }
18478
18271
  }
18479
18272
  },
18480
- "404": { "$ref": "#/components/responses/not_found" },
18481
- "415": { "$ref": "#/components/responses/preview_header_missing" }
18273
+ "404": { "$ref": "#/components/responses/not_found" }
18482
18274
  },
18483
18275
  "x-github": {
18484
18276
  "githubCloudOnly": false,
18485
18277
  "enabledForGitHubApps": true,
18486
- "previews": [
18487
- {
18488
- "required": false,
18489
- "name": "flash",
18490
- "note": "New features in the Deployments API on GitHub are currently available during a public beta. Please see the [blog post](https://developer.github.com/changes/2018-10-16-deployments-environments-states-and-auto-inactive-updates/) for full details.\n\nTo access the new `environment` parameter, the two new values for the `state` parameter (`in_progress` and `queued`), and use `auto_inactive` on production deployments during the public beta period, you must provide the following custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
18491
- },
18492
- {
18493
- "required": false,
18494
- "name": "ant-man",
18495
- "note": "The `inactive` state and the `log_url`, `environment_url`, and `auto_inactive` parameters are currently available for developers to preview. Please see the [blog post](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements) for full details.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
18496
- }
18497
- ],
18498
18278
  "category": "repos",
18499
18279
  "subcategory": "deployments"
18500
18280
  },
@@ -20363,12 +20143,10 @@
20363
20143
  "application/json": {
20364
20144
  "schema": {
20365
20145
  "type": "array",
20366
- "items": { "$ref": "#/components/schemas/issue-simple" }
20146
+ "items": { "$ref": "#/components/schemas/issue" }
20367
20147
  },
20368
20148
  "examples": {
20369
- "default": {
20370
- "$ref": "#/components/examples/issue-simple-items"
20371
- }
20149
+ "default": { "$ref": "#/components/examples/issue-items" }
20372
20150
  }
20373
20151
  }
20374
20152
  },
@@ -20381,13 +20159,6 @@
20381
20159
  "x-github": {
20382
20160
  "githubCloudOnly": false,
20383
20161
  "enabledForGitHubApps": true,
20384
- "previews": [
20385
- {
20386
- "required": false,
20387
- "name": "squirrel-girl",
20388
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
20389
- }
20390
- ],
20391
20162
  "category": "issues",
20392
20163
  "subcategory": null
20393
20164
  },
@@ -20559,13 +20330,6 @@
20559
20330
  "x-github": {
20560
20331
  "githubCloudOnly": false,
20561
20332
  "enabledForGitHubApps": true,
20562
- "previews": [
20563
- {
20564
- "required": false,
20565
- "name": "squirrel-girl",
20566
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
20567
- }
20568
- ],
20569
20333
  "category": "issues",
20570
20334
  "subcategory": "comments"
20571
20335
  },
@@ -20604,13 +20368,6 @@
20604
20368
  "x-github": {
20605
20369
  "githubCloudOnly": false,
20606
20370
  "enabledForGitHubApps": true,
20607
- "previews": [
20608
- {
20609
- "required": false,
20610
- "name": "squirrel-girl",
20611
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
20612
- }
20613
- ],
20614
20371
  "category": "issues",
20615
20372
  "subcategory": "comments"
20616
20373
  },
@@ -20748,19 +20505,11 @@
20748
20505
  },
20749
20506
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
20750
20507
  },
20751
- "404": { "$ref": "#/components/responses/not_found" },
20752
- "415": { "$ref": "#/components/responses/preview_header_missing" }
20508
+ "404": { "$ref": "#/components/responses/not_found" }
20753
20509
  },
20754
20510
  "x-github": {
20755
20511
  "githubCloudOnly": false,
20756
20512
  "enabledForGitHubApps": true,
20757
- "previews": [
20758
- {
20759
- "required": true,
20760
- "name": "squirrel-girl",
20761
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
20762
- }
20763
- ],
20764
20513
  "category": "reactions",
20765
20514
  "subcategory": null
20766
20515
  },
@@ -20831,19 +20580,11 @@
20831
20580
  }
20832
20581
  }
20833
20582
  },
20834
- "415": { "$ref": "#/components/responses/preview_header_missing" },
20835
20583
  "422": { "$ref": "#/components/responses/validation_failed" }
20836
20584
  },
20837
20585
  "x-github": {
20838
20586
  "githubCloudOnly": false,
20839
20587
  "enabledForGitHubApps": true,
20840
- "previews": [
20841
- {
20842
- "required": true,
20843
- "name": "squirrel-girl",
20844
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
20845
- }
20846
- ],
20847
20588
  "category": "reactions",
20848
20589
  "subcategory": null
20849
20590
  },
@@ -20870,13 +20611,6 @@
20870
20611
  "x-github": {
20871
20612
  "githubCloudOnly": false,
20872
20613
  "enabledForGitHubApps": true,
20873
- "previews": [
20874
- {
20875
- "required": true,
20876
- "name": "squirrel-girl",
20877
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
20878
- }
20879
- ],
20880
20614
  "category": "reactions",
20881
20615
  "subcategory": null
20882
20616
  },
@@ -21008,13 +20742,6 @@
21008
20742
  "x-github": {
21009
20743
  "githubCloudOnly": false,
21010
20744
  "enabledForGitHubApps": true,
21011
- "previews": [
21012
- {
21013
- "required": false,
21014
- "name": "squirrel-girl",
21015
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
21016
- }
21017
- ],
21018
20745
  "category": "issues",
21019
20746
  "subcategory": null
21020
20747
  },
@@ -21175,9 +20902,9 @@
21175
20902
  "description": "Response",
21176
20903
  "content": {
21177
20904
  "application/json": {
21178
- "schema": { "$ref": "#/components/schemas/issue-simple" },
20905
+ "schema": { "$ref": "#/components/schemas/issue" },
21179
20906
  "examples": {
21180
- "default": { "$ref": "#/components/examples/issue-simple" }
20907
+ "default": { "$ref": "#/components/examples/issue" }
21181
20908
  }
21182
20909
  }
21183
20910
  }
@@ -21228,9 +20955,9 @@
21228
20955
  "description": "Response",
21229
20956
  "content": {
21230
20957
  "application/json": {
21231
- "schema": { "$ref": "#/components/schemas/issue-simple" },
20958
+ "schema": { "$ref": "#/components/schemas/issue" },
21232
20959
  "examples": {
21233
- "default": { "$ref": "#/components/examples/issue-simple" }
20960
+ "default": { "$ref": "#/components/examples/issue" }
21234
20961
  }
21235
20962
  }
21236
20963
  }
@@ -21288,13 +21015,6 @@
21288
21015
  "x-github": {
21289
21016
  "githubCloudOnly": false,
21290
21017
  "enabledForGitHubApps": true,
21291
- "previews": [
21292
- {
21293
- "required": false,
21294
- "name": "squirrel-girl",
21295
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
21296
- }
21297
- ],
21298
21018
  "category": "issues",
21299
21019
  "subcategory": "comments"
21300
21020
  },
@@ -21819,19 +21539,11 @@
21819
21539
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
21820
21540
  },
21821
21541
  "404": { "$ref": "#/components/responses/not_found" },
21822
- "410": { "$ref": "#/components/responses/gone" },
21823
- "415": { "$ref": "#/components/responses/preview_header_missing" }
21542
+ "410": { "$ref": "#/components/responses/gone" }
21824
21543
  },
21825
21544
  "x-github": {
21826
21545
  "githubCloudOnly": false,
21827
21546
  "enabledForGitHubApps": true,
21828
- "previews": [
21829
- {
21830
- "required": true,
21831
- "name": "squirrel-girl",
21832
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
21833
- }
21834
- ],
21835
21547
  "category": "reactions",
21836
21548
  "subcategory": null
21837
21549
  },
@@ -21902,19 +21614,11 @@
21902
21614
  }
21903
21615
  }
21904
21616
  },
21905
- "415": { "$ref": "#/components/responses/preview_header_missing" },
21906
21617
  "422": { "$ref": "#/components/responses/validation_failed" }
21907
21618
  },
21908
21619
  "x-github": {
21909
21620
  "githubCloudOnly": false,
21910
21621
  "enabledForGitHubApps": false,
21911
- "previews": [
21912
- {
21913
- "required": true,
21914
- "name": "squirrel-girl",
21915
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
21916
- }
21917
- ],
21918
21622
  "category": "reactions",
21919
21623
  "subcategory": null
21920
21624
  },
@@ -21941,13 +21645,6 @@
21941
21645
  "x-github": {
21942
21646
  "githubCloudOnly": false,
21943
21647
  "enabledForGitHubApps": true,
21944
- "previews": [
21945
- {
21946
- "required": true,
21947
- "name": "squirrel-girl",
21948
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
21949
- }
21950
- ],
21951
21648
  "category": "reactions",
21952
21649
  "subcategory": null
21953
21650
  },
@@ -23903,11 +23600,6 @@
23903
23600
  "required": false,
23904
23601
  "name": "comfort-fade",
23905
23602
  "note": "Multi-line comments in a pull request diff is currently available for developers to preview. During the preview period, these response fields may change without advance notice. See the [blog post](https://developer.github.com/changes/2019-10-03-multi-line-comments) for more information.\n\nTo create multi-line comments or see multi-line comments with the new supported fields during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.comfort-fade-preview+json\n```\n\nTo show multi-line comment-supported fields in the response, use the `comfort-fade` preview header and the `line` parameter.\n\nIf you use the `comfort-fade` preview header, your response will show:\n\n* For multi-line comments, values for `start_line`, `original_start_line`, `start_side`, `line`, `original_line`, and `side`.\n* For single-line comments, values for `line`, `original_line`, and `side` and a `null` value for `start_line`, `original_start_line`, and `start_side`.\n\nIf you don't use the `comfort-fade` preview header, multi-line and single-line comments will appear the same way in the response with a single `position` attribute. Your response will show:\n\n* For multi-line comments, the last line of the comment range for the `position` attribute.\n* For single-line comments, the diff-positioned way of referencing comments for the `position` attribute."
23906
- },
23907
- {
23908
- "required": false,
23909
- "name": "squirrel-girl",
23910
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
23911
23603
  }
23912
23604
  ],
23913
23605
  "category": "pulls",
@@ -23957,11 +23649,6 @@
23957
23649
  "required": false,
23958
23650
  "name": "comfort-fade",
23959
23651
  "note": "Multi-line comments in a pull request diff is currently available for developers to preview. During the preview period, these response fields may change without advance notice. See the [blog post](https://developer.github.com/changes/2019-10-03-multi-line-comments) for more information.\n\nTo create multi-line comments or see multi-line comments with the new supported fields during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.comfort-fade-preview+json\n```\n\nTo show multi-line comment-supported fields in the response, use the `comfort-fade` preview header and the `line` parameter.\n\nIf you use the `comfort-fade` preview header, your response will show:\n\n* For multi-line comments, values for `start_line`, `original_start_line`, `start_side`, `line`, `original_line`, and `side`.\n* For single-line comments, values for `line`, `original_line`, and `side` and a `null` value for `start_line`, `original_start_line`, and `start_side`.\n\nIf you don't use the `comfort-fade` preview header, multi-line and single-line comments will appear the same way in the response with a single `position` attribute. Your response will show:\n\n* For multi-line comments, the last line of the comment range for the `position` attribute.\n* For single-line comments, the diff-positioned way of referencing comments for the `position` attribute."
23960
- },
23961
- {
23962
- "required": false,
23963
- "name": "squirrel-girl",
23964
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
23965
23652
  }
23966
23653
  ],
23967
23654
  "category": "pulls",
@@ -24113,19 +23800,11 @@
24113
23800
  },
24114
23801
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
24115
23802
  },
24116
- "404": { "$ref": "#/components/responses/not_found" },
24117
- "415": { "$ref": "#/components/responses/preview_header_missing" }
23803
+ "404": { "$ref": "#/components/responses/not_found" }
24118
23804
  },
24119
23805
  "x-github": {
24120
23806
  "githubCloudOnly": false,
24121
23807
  "enabledForGitHubApps": true,
24122
- "previews": [
24123
- {
24124
- "required": true,
24125
- "name": "squirrel-girl",
24126
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
24127
- }
24128
- ],
24129
23808
  "category": "reactions",
24130
23809
  "subcategory": null
24131
23810
  },
@@ -24196,19 +23875,11 @@
24196
23875
  }
24197
23876
  }
24198
23877
  },
24199
- "415": { "$ref": "#/components/responses/preview_header_missing" },
24200
23878
  "422": { "$ref": "#/components/responses/validation_failed" }
24201
23879
  },
24202
23880
  "x-github": {
24203
23881
  "githubCloudOnly": false,
24204
23882
  "enabledForGitHubApps": true,
24205
- "previews": [
24206
- {
24207
- "required": true,
24208
- "name": "squirrel-girl",
24209
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
24210
- }
24211
- ],
24212
23883
  "category": "reactions",
24213
23884
  "subcategory": null
24214
23885
  },
@@ -24235,13 +23906,6 @@
24235
23906
  "x-github": {
24236
23907
  "githubCloudOnly": false,
24237
23908
  "enabledForGitHubApps": true,
24238
- "previews": [
24239
- {
24240
- "required": true,
24241
- "name": "squirrel-girl",
24242
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
24243
- }
24244
- ],
24245
23909
  "category": "reactions",
24246
23910
  "subcategory": null
24247
23911
  },
@@ -24420,11 +24084,6 @@
24420
24084
  "required": false,
24421
24085
  "name": "comfort-fade",
24422
24086
  "note": "Multi-line comments in a pull request diff is currently available for developers to preview. During the preview period, these response fields may change without advance notice. See the [blog post](https://developer.github.com/changes/2019-10-03-multi-line-comments) for more information.\n\nTo create multi-line comments or see multi-line comments with the new supported fields during the preview period, you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.comfort-fade-preview+json\n```\n\nTo show multi-line comment-supported fields in the response, use the `comfort-fade` preview header and the `line` parameter.\n\nIf you use the `comfort-fade` preview header, your response will show:\n\n* For multi-line comments, values for `start_line`, `original_start_line`, `start_side`, `line`, `original_line`, and `side`.\n* For single-line comments, values for `line`, `original_line`, and `side` and a `null` value for `start_line`, `original_start_line`, and `start_side`.\n\nIf you don't use the `comfort-fade` preview header, multi-line and single-line comments will appear the same way in the response with a single `position` attribute. Your response will show:\n\n* For multi-line comments, the last line of the comment range for the `position` attribute.\n* For single-line comments, the diff-positioned way of referencing comments for the `position` attribute."
24423
- },
24424
- {
24425
- "required": false,
24426
- "name": "squirrel-girl",
24427
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
24428
24087
  }
24429
24088
  ],
24430
24089
  "category": "pulls",
@@ -25822,9 +25481,7 @@
25822
25481
  "category": "repos",
25823
25482
  "subcategory": "releases"
25824
25483
  },
25825
- "x-octokit": {
25826
- "diff": { "api.github.com.json": { "type": "changed" } }
25827
- }
25484
+ "x-octokit": {}
25828
25485
  }
25829
25486
  },
25830
25487
  "/repos/{owner}/{repo}/releases/assets/{asset_id}": {
@@ -26147,9 +25804,7 @@
26147
25804
  "category": "repos",
26148
25805
  "subcategory": "releases"
26149
25806
  },
26150
- "x-octokit": {
26151
- "diff": { "api.github.com.json": { "type": "changed" } }
26152
- }
25807
+ "x-octokit": {}
26153
25808
  },
26154
25809
  "delete": {
26155
25810
  "summary": "Delete a release",
@@ -26342,19 +25997,11 @@
26342
25997
  }
26343
25998
  }
26344
25999
  },
26345
- "415": { "$ref": "#/components/responses/preview_header_missing" },
26346
26000
  "422": { "$ref": "#/components/responses/validation_failed" }
26347
26001
  },
26348
26002
  "x-github": {
26349
26003
  "githubCloudOnly": false,
26350
26004
  "enabledForGitHubApps": true,
26351
- "previews": [
26352
- {
26353
- "required": true,
26354
- "name": "squirrel-girl",
26355
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
26356
- }
26357
- ],
26358
26005
  "category": "reactions",
26359
26006
  "subcategory": null
26360
26007
  },
@@ -28469,13 +28116,6 @@
28469
28116
  "x-github": {
28470
28117
  "githubCloudOnly": false,
28471
28118
  "enabledForGitHubApps": true,
28472
- "previews": [
28473
- {
28474
- "required": false,
28475
- "name": "squirrel-girl",
28476
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
28477
- }
28478
- ],
28479
28119
  "removalDate": "2021-02-01",
28480
28120
  "deprecationDate": "2020-01-21",
28481
28121
  "category": "teams",
@@ -28541,13 +28181,6 @@
28541
28181
  "triggersNotification": true,
28542
28182
  "githubCloudOnly": false,
28543
28183
  "enabledForGitHubApps": true,
28544
- "previews": [
28545
- {
28546
- "required": false,
28547
- "name": "squirrel-girl",
28548
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
28549
- }
28550
- ],
28551
28184
  "removalDate": "2021-02-01",
28552
28185
  "deprecationDate": "2020-01-21",
28553
28186
  "category": "teams",
@@ -28587,13 +28220,6 @@
28587
28220
  "x-github": {
28588
28221
  "githubCloudOnly": false,
28589
28222
  "enabledForGitHubApps": true,
28590
- "previews": [
28591
- {
28592
- "required": false,
28593
- "name": "squirrel-girl",
28594
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
28595
- }
28596
- ],
28597
28223
  "removalDate": "2021-02-01",
28598
28224
  "deprecationDate": "2020-01-21",
28599
28225
  "category": "teams",
@@ -28653,13 +28279,6 @@
28653
28279
  "x-github": {
28654
28280
  "githubCloudOnly": false,
28655
28281
  "enabledForGitHubApps": true,
28656
- "previews": [
28657
- {
28658
- "required": false,
28659
- "name": "squirrel-girl",
28660
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
28661
- }
28662
- ],
28663
28282
  "removalDate": "2021-02-01",
28664
28283
  "deprecationDate": "2020-01-21",
28665
28284
  "category": "teams",
@@ -28736,13 +28355,6 @@
28736
28355
  "x-github": {
28737
28356
  "githubCloudOnly": false,
28738
28357
  "enabledForGitHubApps": true,
28739
- "previews": [
28740
- {
28741
- "required": false,
28742
- "name": "squirrel-girl",
28743
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
28744
- }
28745
- ],
28746
28358
  "removalDate": "2021-02-01",
28747
28359
  "deprecationDate": "2020-01-21",
28748
28360
  "category": "teams",
@@ -28803,13 +28415,6 @@
28803
28415
  "triggersNotification": true,
28804
28416
  "githubCloudOnly": false,
28805
28417
  "enabledForGitHubApps": true,
28806
- "previews": [
28807
- {
28808
- "required": false,
28809
- "name": "squirrel-girl",
28810
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
28811
- }
28812
- ],
28813
28418
  "removalDate": "2021-02-01",
28814
28419
  "deprecationDate": "2020-01-21",
28815
28420
  "category": "teams",
@@ -28854,13 +28459,6 @@
28854
28459
  "x-github": {
28855
28460
  "githubCloudOnly": false,
28856
28461
  "enabledForGitHubApps": true,
28857
- "previews": [
28858
- {
28859
- "required": false,
28860
- "name": "squirrel-girl",
28861
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
28862
- }
28863
- ],
28864
28462
  "removalDate": "2021-02-01",
28865
28463
  "deprecationDate": "2020-01-21",
28866
28464
  "category": "teams",
@@ -28921,13 +28519,6 @@
28921
28519
  "x-github": {
28922
28520
  "githubCloudOnly": false,
28923
28521
  "enabledForGitHubApps": true,
28924
- "previews": [
28925
- {
28926
- "required": false,
28927
- "name": "squirrel-girl",
28928
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
28929
- }
28930
- ],
28931
28522
  "removalDate": "2021-02-01",
28932
28523
  "deprecationDate": "2020-01-21",
28933
28524
  "category": "teams",
@@ -29020,13 +28611,6 @@
29020
28611
  "x-github": {
29021
28612
  "githubCloudOnly": false,
29022
28613
  "enabledForGitHubApps": true,
29023
- "previews": [
29024
- {
29025
- "required": true,
29026
- "name": "squirrel-girl",
29027
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
29028
- }
29029
- ],
29030
28614
  "removalDate": "2021-02-21",
29031
28615
  "deprecationDate": "2020-02-26",
29032
28616
  "category": "reactions",
@@ -29093,13 +28677,6 @@
29093
28677
  "x-github": {
29094
28678
  "githubCloudOnly": false,
29095
28679
  "enabledForGitHubApps": true,
29096
- "previews": [
29097
- {
29098
- "required": true,
29099
- "name": "squirrel-girl",
29100
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
29101
- }
29102
- ],
29103
28680
  "removalDate": "2021-02-21",
29104
28681
  "deprecationDate": "2020-02-26",
29105
28682
  "category": "reactions",
@@ -29164,13 +28741,6 @@
29164
28741
  "x-github": {
29165
28742
  "githubCloudOnly": false,
29166
28743
  "enabledForGitHubApps": true,
29167
- "previews": [
29168
- {
29169
- "required": true,
29170
- "name": "squirrel-girl",
29171
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
29172
- }
29173
- ],
29174
28744
  "removalDate": "2021-02-21",
29175
28745
  "deprecationDate": "2020-02-26",
29176
28746
  "category": "reactions",
@@ -29236,13 +28806,6 @@
29236
28806
  "x-github": {
29237
28807
  "githubCloudOnly": false,
29238
28808
  "enabledForGitHubApps": false,
29239
- "previews": [
29240
- {
29241
- "required": true,
29242
- "name": "squirrel-girl",
29243
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
29244
- }
29245
- ],
29246
28809
  "removalDate": "2021-02-21",
29247
28810
  "deprecationDate": "2020-02-26",
29248
28811
  "category": "reactions",
@@ -30683,13 +30246,6 @@
30683
30246
  "x-github": {
30684
30247
  "githubCloudOnly": false,
30685
30248
  "enabledForGitHubApps": false,
30686
- "previews": [
30687
- {
30688
- "required": false,
30689
- "name": "squirrel-girl",
30690
- "note": "An additional `reactions` object in the issue comment payload is currently available for developers to preview. During the preview period, the APIs may change without advance notice. Please see the [blog post](https://developer.github.com/changes/2016-05-12-reactions-api-preview) for full details.\n\nTo access the API you must provide a custom [media type](https://docs.github.com/github-ae@latest/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.squirrel-girl-preview\n```\nThe `reactions` key will have the following payload where `url` can be used to construct the API location for [listing and creating](https://docs.github.com/github-ae@latest/rest/reference/reactions) reactions."
30691
- }
30692
- ],
30693
30249
  "category": "issues",
30694
30250
  "subcategory": null
30695
30251
  },
@@ -32757,6 +32313,54 @@
32757
32313
  "x-octokit": {}
32758
32314
  }
32759
32315
  },
32316
+ "/repos/{owner}/{repo}/community/code_of_conduct": {
32317
+ "get": {
32318
+ "summary": "Get the code of conduct for a repository",
32319
+ "description": "Returns the contents of the repository's code of conduct file, if one is detected.\n\nA code of conduct is detected if there is a file named `CODE_OF_CONDUCT` in the root directory of the repository. GitHub detects which code of conduct it is using fuzzy matching.",
32320
+ "tags": ["codes-of-conduct"],
32321
+ "operationId": "codes-of-conduct/get-for-repo",
32322
+ "externalDocs": {
32323
+ "description": "API method documentation",
32324
+ "url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
32325
+ },
32326
+ "parameters": [
32327
+ { "$ref": "#/components/parameters/owner" },
32328
+ { "$ref": "#/components/parameters/repo" }
32329
+ ],
32330
+ "responses": {
32331
+ "200": {
32332
+ "description": "Response",
32333
+ "content": {
32334
+ "application/json": {
32335
+ "schema": { "$ref": "#/components/schemas/code-of-conduct" },
32336
+ "examples": {
32337
+ "default": {
32338
+ "$ref": "#/components/examples/code-of-conduct-2"
32339
+ }
32340
+ }
32341
+ }
32342
+ }
32343
+ }
32344
+ },
32345
+ "x-github": {
32346
+ "githubCloudOnly": false,
32347
+ "enabledForGitHubApps": true,
32348
+ "previews": [
32349
+ {
32350
+ "required": true,
32351
+ "name": "scarlet-witch",
32352
+ "note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
32353
+ }
32354
+ ],
32355
+ "category": "codes-of-conduct",
32356
+ "subcategory": null,
32357
+ "removalDate": "2021-09-29",
32358
+ "deprecationDate": "2021-09-29"
32359
+ },
32360
+ "deprecated": true,
32361
+ "x-octokit": {}
32362
+ }
32363
+ },
32760
32364
  "/applications/grants": {
32761
32365
  "get": {
32762
32366
  "summary": "List your grants",
@@ -34063,20 +33667,6 @@
34063
33667
  "responses": { "501": { "description": "Not Implemented" } }
34064
33668
  }
34065
33669
  },
34066
- "/repos/{owner}/{repo}/community/code_of_conduct": {
34067
- "get": {
34068
- "summary": "Get the code of conduct for a repository",
34069
- "description": "This endpoint does not exist github.ae.json. It was added in api.github.com.json",
34070
- "tags": ["codes-of-conduct"],
34071
- "operationId": "codes-of-conduct/get-for-repo",
34072
- "externalDocs": {
34073
- "description": "API method documentation",
34074
- "url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
34075
- },
34076
- "x-octokit": { "api.github.com.json": "removed" },
34077
- "responses": { "501": { "description": "Not Implemented" } }
34078
- }
34079
- },
34080
33670
  "/repos/{owner}/{repo}/community/profile": {
34081
33671
  "get": {
34082
33672
  "summary": "Get community profile metrics",
@@ -41587,6 +41177,9 @@
41587
41177
  },
41588
41178
  "code_scanning_upload": {
41589
41179
  "$ref": "#/components/schemas/rate-limit"
41180
+ },
41181
+ "actions_runner_registration": {
41182
+ "$ref": "#/components/schemas/rate-limit"
41590
41183
  }
41591
41184
  },
41592
41185
  "required": ["core", "search"]
@@ -42470,7 +42063,18 @@
42470
42063
  "required": ["total_ms", "jobs"],
42471
42064
  "properties": {
42472
42065
  "total_ms": { "type": "integer" },
42473
- "jobs": { "type": "integer" }
42066
+ "jobs": { "type": "integer" },
42067
+ "job_runs": {
42068
+ "type": "array",
42069
+ "items": {
42070
+ "type": "object",
42071
+ "required": ["job_id", "duration_ms"],
42072
+ "properties": {
42073
+ "job_id": { "type": "integer" },
42074
+ "duration_ms": { "type": "integer" }
42075
+ }
42076
+ }
42077
+ }
42474
42078
  }
42475
42079
  },
42476
42080
  "MACOS": {
@@ -42478,7 +42082,18 @@
42478
42082
  "required": ["total_ms", "jobs"],
42479
42083
  "properties": {
42480
42084
  "total_ms": { "type": "integer" },
42481
- "jobs": { "type": "integer" }
42085
+ "jobs": { "type": "integer" },
42086
+ "job_runs": {
42087
+ "type": "array",
42088
+ "items": {
42089
+ "type": "object",
42090
+ "required": ["job_id", "duration_ms"],
42091
+ "properties": {
42092
+ "job_id": { "type": "integer" },
42093
+ "duration_ms": { "type": "integer" }
42094
+ }
42095
+ }
42096
+ }
42482
42097
  }
42483
42098
  },
42484
42099
  "WINDOWS": {
@@ -42486,7 +42101,18 @@
42486
42101
  "required": ["total_ms", "jobs"],
42487
42102
  "properties": {
42488
42103
  "total_ms": { "type": "integer" },
42489
- "jobs": { "type": "integer" }
42104
+ "jobs": { "type": "integer" },
42105
+ "job_runs": {
42106
+ "type": "array",
42107
+ "items": {
42108
+ "type": "object",
42109
+ "required": ["job_id", "duration_ms"],
42110
+ "properties": {
42111
+ "job_id": { "type": "integer" },
42112
+ "duration_ms": { "type": "integer" }
42113
+ }
42114
+ }
42115
+ }
42490
42116
  }
42491
42117
  }
42492
42118
  }
@@ -43724,6 +43350,10 @@
43724
43350
  "type": "string",
43725
43351
  "description": "Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed."
43726
43352
  },
43353
+ "code-scanning-analysis-category": {
43354
+ "type": "string",
43355
+ "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code."
43356
+ },
43727
43357
  "code-scanning-alert-location": {
43728
43358
  "type": "object",
43729
43359
  "description": "Describe a region within a file for the alert.",
@@ -43751,6 +43381,9 @@
43751
43381
  "environment": {
43752
43382
  "$ref": "#/components/schemas/code-scanning-alert-environment"
43753
43383
  },
43384
+ "category": {
43385
+ "$ref": "#/components/schemas/code-scanning-analysis-category"
43386
+ },
43754
43387
  "state": { "$ref": "#/components/schemas/code-scanning-alert-state" },
43755
43388
  "commit_sha": { "type": "string" },
43756
43389
  "message": {
@@ -43926,10 +43559,6 @@
43926
43559
  "type": "string",
43927
43560
  "description": "Identifies the variable values associated with the environment in which this analysis was performed."
43928
43561
  },
43929
- "code-scanning-analysis-category": {
43930
- "type": "string",
43931
- "description": "Identifies the configuration under which the analysis was executed. Used to distinguish between multiple analyses for the same tool and commit, but performed on different languages or different parts of the code."
43932
- },
43933
43562
  "code-scanning-analysis-created-at": {
43934
43563
  "type": "string",
43935
43564
  "description": "The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
@@ -45364,188 +44993,6 @@
45364
44993
  },
45365
44994
  "required": ["id", "login", "gravatar_id", "url", "avatar_url"]
45366
44995
  },
45367
- "label": {
45368
- "title": "Label",
45369
- "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
45370
- "type": "object",
45371
- "properties": {
45372
- "id": { "type": "integer", "format": "int64", "example": 208045946 },
45373
- "node_id": {
45374
- "type": "string",
45375
- "example": "MDU6TGFiZWwyMDgwNDU5NDY="
45376
- },
45377
- "url": {
45378
- "description": "URL for the label",
45379
- "example": "https://api.github.com/repositories/42/labels/bug",
45380
- "type": "string",
45381
- "format": "uri"
45382
- },
45383
- "name": {
45384
- "description": "The name of the label.",
45385
- "example": "bug",
45386
- "type": "string"
45387
- },
45388
- "description": {
45389
- "type": "string",
45390
- "example": "Something isn't working",
45391
- "nullable": true
45392
- },
45393
- "color": {
45394
- "description": "6-character hex code, without the leading #, identifying the color",
45395
- "example": "FFFFFF",
45396
- "type": "string"
45397
- },
45398
- "default": { "type": "boolean", "example": true }
45399
- },
45400
- "required": [
45401
- "id",
45402
- "node_id",
45403
- "url",
45404
- "name",
45405
- "description",
45406
- "color",
45407
- "default"
45408
- ]
45409
- },
45410
- "issue-simple": {
45411
- "title": "Issue Simple",
45412
- "description": "Issue Simple",
45413
- "type": "object",
45414
- "properties": {
45415
- "id": { "type": "integer", "example": 1 },
45416
- "node_id": { "type": "string", "example": "MDU6SXNzdWUx" },
45417
- "url": {
45418
- "type": "string",
45419
- "format": "uri",
45420
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347"
45421
- },
45422
- "repository_url": {
45423
- "type": "string",
45424
- "format": "uri",
45425
- "example": "https://api.github.com/repos/octocat/Hello-World"
45426
- },
45427
- "labels_url": {
45428
- "type": "string",
45429
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}"
45430
- },
45431
- "comments_url": {
45432
- "type": "string",
45433
- "format": "uri",
45434
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"
45435
- },
45436
- "events_url": {
45437
- "type": "string",
45438
- "format": "uri",
45439
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events"
45440
- },
45441
- "html_url": {
45442
- "type": "string",
45443
- "format": "uri",
45444
- "example": "https://github.com/octocat/Hello-World/issues/1347"
45445
- },
45446
- "number": { "type": "integer", "example": 1347 },
45447
- "state": { "type": "string", "example": "open" },
45448
- "title": { "type": "string", "example": "Found a bug" },
45449
- "body": {
45450
- "type": "string",
45451
- "example": "I'm having a problem with this."
45452
- },
45453
- "user": { "$ref": "#/components/schemas/nullable-simple-user" },
45454
- "labels": {
45455
- "type": "array",
45456
- "items": { "$ref": "#/components/schemas/label" }
45457
- },
45458
- "assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
45459
- "assignees": {
45460
- "type": "array",
45461
- "items": { "$ref": "#/components/schemas/simple-user" },
45462
- "nullable": true
45463
- },
45464
- "milestone": { "$ref": "#/components/schemas/nullable-milestone" },
45465
- "locked": { "type": "boolean", "example": true },
45466
- "active_lock_reason": {
45467
- "type": "string",
45468
- "example": "too heated",
45469
- "nullable": true
45470
- },
45471
- "comments": { "type": "integer", "example": 0 },
45472
- "pull_request": {
45473
- "type": "object",
45474
- "properties": {
45475
- "merged_at": {
45476
- "type": "string",
45477
- "format": "date-time",
45478
- "nullable": true
45479
- },
45480
- "diff_url": {
45481
- "type": "string",
45482
- "format": "uri",
45483
- "nullable": true
45484
- },
45485
- "html_url": {
45486
- "type": "string",
45487
- "format": "uri",
45488
- "nullable": true
45489
- },
45490
- "patch_url": {
45491
- "type": "string",
45492
- "format": "uri",
45493
- "nullable": true
45494
- },
45495
- "url": { "type": "string", "format": "uri", "nullable": true }
45496
- },
45497
- "required": ["diff_url", "html_url", "patch_url", "url"]
45498
- },
45499
- "closed_at": {
45500
- "type": "string",
45501
- "format": "date-time",
45502
- "nullable": true
45503
- },
45504
- "created_at": {
45505
- "type": "string",
45506
- "format": "date-time",
45507
- "example": "2011-04-22T13:33:48Z"
45508
- },
45509
- "updated_at": {
45510
- "type": "string",
45511
- "format": "date-time",
45512
- "example": "2011-04-22T13:33:48Z"
45513
- },
45514
- "author_association": {
45515
- "$ref": "#/components/schemas/author_association"
45516
- },
45517
- "body_html": { "type": "string" },
45518
- "body_text": { "type": "string" },
45519
- "timeline_url": { "type": "string", "format": "uri" },
45520
- "repository": { "$ref": "#/components/schemas/repository" },
45521
- "performed_via_github_app": {
45522
- "$ref": "#/components/schemas/nullable-integration"
45523
- }
45524
- },
45525
- "required": [
45526
- "assignee",
45527
- "closed_at",
45528
- "comments",
45529
- "comments_url",
45530
- "events_url",
45531
- "html_url",
45532
- "id",
45533
- "node_id",
45534
- "labels",
45535
- "labels_url",
45536
- "milestone",
45537
- "number",
45538
- "repository_url",
45539
- "state",
45540
- "locked",
45541
- "title",
45542
- "url",
45543
- "user",
45544
- "author_association",
45545
- "created_at",
45546
- "updated_at"
45547
- ]
45548
- },
45549
44996
  "issue-comment": {
45550
44997
  "title": "Issue Comment",
45551
44998
  "description": "Comments provide a way for people to collaborate on an issue.",
@@ -45625,7 +45072,7 @@
45625
45072
  "type": "object",
45626
45073
  "properties": {
45627
45074
  "action": { "type": "string" },
45628
- "issue": { "$ref": "#/components/schemas/issue-simple" },
45075
+ "issue": { "$ref": "#/components/schemas/issue" },
45629
45076
  "comment": { "$ref": "#/components/schemas/issue-comment" },
45630
45077
  "pages": {
45631
45078
  "type": "array",
@@ -46123,7 +45570,7 @@
46123
45570
  "format": "date-time",
46124
45571
  "example": "2011-04-14T16:00:49Z"
46125
45572
  },
46126
- "issue": { "$ref": "#/components/schemas/issue-simple" },
45573
+ "issue": { "$ref": "#/components/schemas/issue" },
46127
45574
  "label": { "$ref": "#/components/schemas/issue-event-label" },
46128
45575
  "assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
46129
45576
  "assigner": { "$ref": "#/components/schemas/nullable-simple-user" },
@@ -46763,6 +46210,49 @@
46763
46210
  { "$ref": "#/components/schemas/converted-note-to-issue-issue-event" }
46764
46211
  ]
46765
46212
  },
46213
+ "label": {
46214
+ "title": "Label",
46215
+ "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
46216
+ "type": "object",
46217
+ "properties": {
46218
+ "id": { "type": "integer", "format": "int64", "example": 208045946 },
46219
+ "node_id": {
46220
+ "type": "string",
46221
+ "example": "MDU6TGFiZWwyMDgwNDU5NDY="
46222
+ },
46223
+ "url": {
46224
+ "description": "URL for the label",
46225
+ "example": "https://api.github.com/repositories/42/labels/bug",
46226
+ "type": "string",
46227
+ "format": "uri"
46228
+ },
46229
+ "name": {
46230
+ "description": "The name of the label.",
46231
+ "example": "bug",
46232
+ "type": "string"
46233
+ },
46234
+ "description": {
46235
+ "type": "string",
46236
+ "example": "Something isn't working",
46237
+ "nullable": true
46238
+ },
46239
+ "color": {
46240
+ "description": "6-character hex code, without the leading #, identifying the color",
46241
+ "example": "FFFFFF",
46242
+ "type": "string"
46243
+ },
46244
+ "default": { "type": "boolean", "example": true }
46245
+ },
46246
+ "required": [
46247
+ "id",
46248
+ "node_id",
46249
+ "url",
46250
+ "name",
46251
+ "description",
46252
+ "color",
46253
+ "default"
46254
+ ]
46255
+ },
46766
46256
  "timeline-comment-event": {
46767
46257
  "title": "Timeline Comment Event",
46768
46258
  "description": "Timeline Comment Event",
@@ -46837,7 +46327,7 @@
46837
46327
  "type": "object",
46838
46328
  "properties": {
46839
46329
  "type": { "type": "string" },
46840
- "issue": { "$ref": "#/components/schemas/issue-simple" }
46330
+ "issue": { "$ref": "#/components/schemas/issue" }
46841
46331
  }
46842
46332
  }
46843
46333
  },
@@ -49387,7 +48877,8 @@
49387
48877
  "timeline_url": { "type": "string", "format": "uri" },
49388
48878
  "performed_via_github_app": {
49389
48879
  "$ref": "#/components/schemas/nullable-integration"
49390
- }
48880
+ },
48881
+ "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
49391
48882
  },
49392
48883
  "required": [
49393
48884
  "assignee",
@@ -54298,598 +53789,118 @@
54298
53789
  "open_issues": 1,
54299
53790
  "watchers": 1
54300
53791
  },
54301
- "source": {
54302
- "id": 1296269,
54303
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
54304
- "name": "Hello-World",
54305
- "full_name": "octocat/Hello-World",
54306
- "owner": {
54307
- "login": "octocat",
54308
- "id": 1,
54309
- "node_id": "MDQ6VXNlcjE=",
54310
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
54311
- "gravatar_id": "",
54312
- "url": "https://api.github.com/users/octocat",
54313
- "html_url": "https://github.com/octocat",
54314
- "followers_url": "https://api.github.com/users/octocat/followers",
54315
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
54316
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
54317
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
54318
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
54319
- "organizations_url": "https://api.github.com/users/octocat/orgs",
54320
- "repos_url": "https://api.github.com/users/octocat/repos",
54321
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
54322
- "received_events_url": "https://api.github.com/users/octocat/received_events",
54323
- "type": "User",
54324
- "site_admin": false
54325
- },
54326
- "private": false,
54327
- "html_url": "https://github.com/octocat/Hello-World",
54328
- "description": "This your first repo!",
54329
- "fork": false,
54330
- "url": "https://api.github.com/repos/octocat/Hello-World",
54331
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
54332
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
54333
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
54334
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
54335
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
54336
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
54337
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
54338
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
54339
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
54340
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
54341
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
54342
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
54343
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
54344
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
54345
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
54346
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
54347
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
54348
- "git_url": "git:github.com/octocat/Hello-World.git",
54349
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
54350
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
54351
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
54352
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
54353
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
54354
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
54355
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
54356
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
54357
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
54358
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
54359
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
54360
- "ssh_url": "git@github.com:octocat/Hello-World.git",
54361
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
54362
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
54363
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
54364
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
54365
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
54366
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
54367
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
54368
- "clone_url": "https://github.com/octocat/Hello-World.git",
54369
- "mirror_url": "git:git.example.com/octocat/Hello-World",
54370
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
54371
- "svn_url": "https://svn.github.com/octocat/Hello-World",
54372
- "homepage": "https://github.com",
54373
- "language": null,
54374
- "forks_count": 9,
54375
- "stargazers_count": 80,
54376
- "watchers_count": 80,
54377
- "size": 108,
54378
- "default_branch": "master",
54379
- "open_issues_count": 0,
54380
- "is_template": true,
54381
- "topics": ["octocat", "atom", "electron", "api"],
54382
- "has_issues": true,
54383
- "has_projects": true,
54384
- "has_wiki": true,
54385
- "has_pages": false,
54386
- "has_downloads": true,
54387
- "archived": false,
54388
- "disabled": false,
54389
- "visibility": "public",
54390
- "pushed_at": "2011-01-26T19:06:43Z",
54391
- "created_at": "2011-01-26T19:01:12Z",
54392
- "updated_at": "2011-01-26T19:14:43Z",
54393
- "permissions": { "admin": false, "push": false, "pull": true },
54394
- "allow_rebase_merge": true,
54395
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
54396
- "allow_squash_merge": true,
54397
- "allow_auto_merge": false,
54398
- "delete_branch_on_merge": true,
54399
- "allow_merge_commit": true,
54400
- "subscribers_count": 42,
54401
- "network_count": 0,
54402
- "license": {
54403
- "key": "mit",
54404
- "name": "MIT License",
54405
- "url": "https://api.github.com/licenses/mit",
54406
- "spdx_id": "MIT",
54407
- "node_id": "MDc6TGljZW5zZW1pdA==",
54408
- "html_url": "https://api.github.com/licenses/mit"
54409
- },
54410
- "forks": 1,
54411
- "open_issues": 1,
54412
- "watchers": 1
54413
- }
54414
- }
54415
- },
54416
- "full-repository-response-with-scarlet-witch-preview-media-type": {
54417
- "summary": "Response with scarlet-witch-preview media type",
54418
- "value": {
54419
- "id": 1296269,
54420
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
54421
- "name": "Hello-World",
54422
- "full_name": "octocat/Hello-World",
54423
- "owner": {
54424
- "login": "octocat",
54425
- "id": 1,
54426
- "node_id": "MDQ6VXNlcjE=",
54427
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
54428
- "gravatar_id": "",
54429
- "url": "https://api.github.com/users/octocat",
54430
- "html_url": "https://github.com/octocat",
54431
- "followers_url": "https://api.github.com/users/octocat/followers",
54432
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
54433
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
54434
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
54435
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
54436
- "organizations_url": "https://api.github.com/users/octocat/orgs",
54437
- "repos_url": "https://api.github.com/users/octocat/repos",
54438
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
54439
- "received_events_url": "https://api.github.com/users/octocat/received_events",
54440
- "type": "User",
54441
- "site_admin": false
54442
- },
54443
- "private": false,
54444
- "html_url": "https://github.com/octocat/Hello-World",
54445
- "description": "This your first repo!",
54446
- "fork": false,
54447
- "url": "https://api.github.com/repos/octocat/Hello-World",
54448
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
54449
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
54450
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
54451
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
54452
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
54453
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
54454
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
54455
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
54456
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
54457
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
54458
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
54459
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
54460
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
54461
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
54462
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
54463
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
54464
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
54465
- "git_url": "git:github.com/octocat/Hello-World.git",
54466
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
54467
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
54468
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
54469
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
54470
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
54471
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
54472
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
54473
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
54474
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
54475
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
54476
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
54477
- "ssh_url": "git@github.com:octocat/Hello-World.git",
54478
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
54479
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
54480
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
54481
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
54482
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
54483
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
54484
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
54485
- "clone_url": "https://github.com/octocat/Hello-World.git",
54486
- "mirror_url": "git:git.example.com/octocat/Hello-World",
54487
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
54488
- "svn_url": "https://svn.github.com/octocat/Hello-World",
54489
- "homepage": "https://github.com",
54490
- "language": null,
54491
- "forks_count": 9,
54492
- "forks": 9,
54493
- "stargazers_count": 80,
54494
- "watchers_count": 80,
54495
- "watchers": 80,
54496
- "size": 108,
54497
- "default_branch": "master",
54498
- "open_issues_count": 0,
54499
- "open_issues": 0,
54500
- "is_template": false,
54501
- "topics": ["octocat", "atom", "electron", "api"],
54502
- "has_issues": true,
54503
- "has_projects": true,
54504
- "has_wiki": true,
54505
- "has_pages": false,
54506
- "has_downloads": true,
54507
- "archived": false,
54508
- "disabled": false,
54509
- "visibility": "public",
54510
- "pushed_at": "2011-01-26T19:06:43Z",
54511
- "created_at": "2011-01-26T19:01:12Z",
54512
- "updated_at": "2011-01-26T19:14:43Z",
54513
- "permissions": { "pull": true, "push": false, "admin": false },
54514
- "allow_rebase_merge": true,
54515
- "template_repository": {
54516
- "id": 1296269,
54517
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
54518
- "name": "Hello-World-Template",
54519
- "full_name": "octocat/Hello-World-Template",
54520
- "owner": {
54521
- "login": "octocat",
54522
- "id": 1,
54523
- "node_id": "MDQ6VXNlcjE=",
54524
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
54525
- "gravatar_id": "",
54526
- "url": "https://api.github.com/users/octocat",
54527
- "html_url": "https://github.com/octocat",
54528
- "followers_url": "https://api.github.com/users/octocat/followers",
54529
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
54530
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
54531
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
54532
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
54533
- "organizations_url": "https://api.github.com/users/octocat/orgs",
54534
- "repos_url": "https://api.github.com/users/octocat/repos",
54535
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
54536
- "received_events_url": "https://api.github.com/users/octocat/received_events",
54537
- "type": "User",
54538
- "site_admin": false
54539
- },
54540
- "private": false,
54541
- "html_url": "https://github.com/octocat/Hello-World-Template",
54542
- "description": "This your first repo!",
54543
- "fork": false,
54544
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
54545
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
54546
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
54547
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
54548
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
54549
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
54550
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
54551
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
54552
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
54553
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
54554
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
54555
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
54556
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
54557
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
54558
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
54559
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
54560
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
54561
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
54562
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
54563
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
54564
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
54565
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
54566
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
54567
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
54568
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
54569
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
54570
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
54571
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
54572
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
54573
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
54574
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
54575
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
54576
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
54577
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
54578
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
54579
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
54580
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
54581
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
54582
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
54583
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
54584
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
54585
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
54586
- "homepage": "https://github.com",
54587
- "language": null,
54588
- "forks": 9,
54589
- "forks_count": 9,
54590
- "stargazers_count": 80,
54591
- "watchers_count": 80,
54592
- "watchers": 80,
54593
- "size": 108,
54594
- "default_branch": "master",
54595
- "open_issues": 0,
54596
- "open_issues_count": 0,
54597
- "is_template": true,
54598
- "license": {
54599
- "key": "mit",
54600
- "name": "MIT License",
54601
- "url": "https://api.github.com/licenses/mit",
54602
- "spdx_id": "MIT",
54603
- "node_id": "MDc6TGljZW5zZW1pdA==",
54604
- "html_url": "https://api.github.com/licenses/mit"
54605
- },
54606
- "topics": ["octocat", "atom", "electron", "api"],
54607
- "has_issues": true,
54608
- "has_projects": true,
54609
- "has_wiki": true,
54610
- "has_pages": false,
54611
- "has_downloads": true,
54612
- "archived": false,
54613
- "disabled": false,
54614
- "visibility": "public",
54615
- "pushed_at": "2011-01-26T19:06:43Z",
54616
- "created_at": "2011-01-26T19:01:12Z",
54617
- "updated_at": "2011-01-26T19:14:43Z",
54618
- "permissions": { "admin": false, "push": false, "pull": true },
54619
- "allow_rebase_merge": true,
54620
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
54621
- "allow_squash_merge": true,
54622
- "allow_auto_merge": false,
54623
- "delete_branch_on_merge": true,
54624
- "allow_merge_commit": true,
54625
- "subscribers_count": 42,
54626
- "network_count": 0
54627
- },
54628
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
54629
- "allow_squash_merge": true,
54630
- "allow_auto_merge": false,
54631
- "delete_branch_on_merge": true,
54632
- "allow_merge_commit": true,
54633
- "subscribers_count": 42,
54634
- "network_count": 0,
54635
- "license": {
54636
- "key": "mit",
54637
- "name": "MIT License",
54638
- "spdx_id": "MIT",
54639
- "url": "https://api.github.com/licenses/mit",
54640
- "node_id": "MDc6TGljZW5zZW1pdA=="
54641
- },
54642
- "organization": {
54643
- "login": "octocat",
54644
- "id": 1,
54645
- "node_id": "MDQ6VXNlcjE=",
54646
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
54647
- "gravatar_id": "",
54648
- "url": "https://api.github.com/users/octocat",
54649
- "html_url": "https://github.com/octocat",
54650
- "followers_url": "https://api.github.com/users/octocat/followers",
54651
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
54652
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
54653
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
54654
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
54655
- "organizations_url": "https://api.github.com/users/octocat/orgs",
54656
- "repos_url": "https://api.github.com/users/octocat/repos",
54657
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
54658
- "received_events_url": "https://api.github.com/users/octocat/received_events",
54659
- "type": "Organization",
54660
- "site_admin": false
54661
- },
54662
- "parent": {
54663
- "id": 1296269,
54664
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
54665
- "name": "Hello-World",
54666
- "full_name": "octocat/Hello-World",
54667
- "owner": {
54668
- "login": "octocat",
54669
- "id": 1,
54670
- "node_id": "MDQ6VXNlcjE=",
54671
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
54672
- "gravatar_id": "",
54673
- "url": "https://api.github.com/users/octocat",
54674
- "html_url": "https://github.com/octocat",
54675
- "followers_url": "https://api.github.com/users/octocat/followers",
54676
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
54677
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
54678
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
54679
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
54680
- "organizations_url": "https://api.github.com/users/octocat/orgs",
54681
- "repos_url": "https://api.github.com/users/octocat/repos",
54682
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
54683
- "received_events_url": "https://api.github.com/users/octocat/received_events",
54684
- "type": "User",
54685
- "site_admin": false
54686
- },
54687
- "private": false,
54688
- "html_url": "https://github.com/octocat/Hello-World",
54689
- "description": "This your first repo!",
54690
- "fork": false,
54691
- "url": "https://api.github.com/repos/octocat/Hello-World",
54692
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
54693
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
54694
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
54695
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
54696
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
54697
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
54698
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
54699
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
54700
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
54701
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
54702
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
54703
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
54704
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
54705
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
54706
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
54707
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
54708
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
54709
- "git_url": "git:github.com/octocat/Hello-World.git",
54710
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
54711
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
54712
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
54713
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
54714
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
54715
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
54716
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
54717
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
54718
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
54719
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
54720
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
54721
- "ssh_url": "git@github.com:octocat/Hello-World.git",
54722
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
54723
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
54724
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
54725
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
54726
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
54727
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
54728
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
54729
- "clone_url": "https://github.com/octocat/Hello-World.git",
54730
- "mirror_url": "git:git.example.com/octocat/Hello-World",
54731
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
54732
- "svn_url": "https://svn.github.com/octocat/Hello-World",
54733
- "homepage": "https://github.com",
54734
- "language": null,
54735
- "forks_count": 9,
54736
- "stargazers_count": 80,
54737
- "watchers_count": 80,
54738
- "size": 108,
54739
- "default_branch": "master",
54740
- "open_issues_count": 0,
54741
- "is_template": true,
54742
- "topics": ["octocat", "atom", "electron", "api"],
54743
- "has_issues": true,
54744
- "has_projects": true,
54745
- "has_wiki": true,
54746
- "has_pages": false,
54747
- "has_downloads": true,
54748
- "archived": false,
54749
- "disabled": false,
54750
- "visibility": "public",
54751
- "pushed_at": "2011-01-26T19:06:43Z",
54752
- "created_at": "2011-01-26T19:01:12Z",
54753
- "updated_at": "2011-01-26T19:14:43Z",
54754
- "permissions": { "admin": false, "push": false, "pull": true },
54755
- "allow_rebase_merge": true,
54756
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
54757
- "allow_squash_merge": true,
54758
- "allow_auto_merge": false,
54759
- "delete_branch_on_merge": true,
54760
- "allow_merge_commit": true,
54761
- "subscribers_count": 42,
54762
- "network_count": 0,
54763
- "license": {
54764
- "key": "mit",
54765
- "name": "MIT License",
54766
- "url": "https://api.github.com/licenses/mit",
54767
- "spdx_id": "MIT",
54768
- "node_id": "MDc6TGljZW5zZW1pdA==",
54769
- "html_url": "https://api.github.com/licenses/mit"
54770
- },
54771
- "forks": 1,
54772
- "open_issues": 1,
54773
- "watchers": 1
54774
- },
54775
- "source": {
54776
- "id": 1296269,
54777
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
54778
- "name": "Hello-World",
54779
- "full_name": "octocat/Hello-World",
54780
- "owner": {
54781
- "login": "octocat",
54782
- "id": 1,
54783
- "node_id": "MDQ6VXNlcjE=",
54784
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
54785
- "gravatar_id": "",
54786
- "url": "https://api.github.com/users/octocat",
54787
- "html_url": "https://github.com/octocat",
54788
- "followers_url": "https://api.github.com/users/octocat/followers",
54789
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
54790
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
54791
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
54792
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
54793
- "organizations_url": "https://api.github.com/users/octocat/orgs",
54794
- "repos_url": "https://api.github.com/users/octocat/repos",
54795
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
54796
- "received_events_url": "https://api.github.com/users/octocat/received_events",
54797
- "type": "User",
54798
- "site_admin": false
54799
- },
54800
- "private": false,
54801
- "html_url": "https://github.com/octocat/Hello-World",
54802
- "description": "This your first repo!",
54803
- "fork": false,
54804
- "url": "https://api.github.com/repos/octocat/Hello-World",
54805
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
54806
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
54807
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
54808
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
54809
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
54810
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
54811
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
54812
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
54813
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
54814
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
54815
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
54816
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
54817
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
54818
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
54819
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
54820
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
54821
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
54822
- "git_url": "git:github.com/octocat/Hello-World.git",
54823
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
54824
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
54825
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
54826
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
54827
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
54828
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
54829
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
54830
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
54831
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
54832
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
54833
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
54834
- "ssh_url": "git@github.com:octocat/Hello-World.git",
54835
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
54836
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
54837
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
54838
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
54839
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
54840
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
54841
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
54842
- "clone_url": "https://github.com/octocat/Hello-World.git",
54843
- "mirror_url": "git:git.example.com/octocat/Hello-World",
54844
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
54845
- "svn_url": "https://svn.github.com/octocat/Hello-World",
54846
- "homepage": "https://github.com",
54847
- "language": null,
54848
- "forks_count": 9,
54849
- "stargazers_count": 80,
54850
- "watchers_count": 80,
54851
- "size": 108,
54852
- "default_branch": "master",
54853
- "open_issues_count": 0,
54854
- "is_template": true,
54855
- "topics": ["octocat", "atom", "electron", "api"],
54856
- "has_issues": true,
54857
- "has_projects": true,
54858
- "has_wiki": true,
54859
- "has_pages": false,
54860
- "has_downloads": true,
54861
- "archived": false,
54862
- "disabled": false,
54863
- "visibility": "public",
54864
- "pushed_at": "2011-01-26T19:06:43Z",
54865
- "created_at": "2011-01-26T19:01:12Z",
54866
- "updated_at": "2011-01-26T19:14:43Z",
54867
- "permissions": { "admin": false, "push": false, "pull": true },
54868
- "allow_rebase_merge": true,
54869
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
54870
- "allow_squash_merge": true,
54871
- "allow_auto_merge": false,
54872
- "delete_branch_on_merge": true,
54873
- "allow_merge_commit": true,
54874
- "subscribers_count": 42,
54875
- "network_count": 0,
54876
- "license": {
54877
- "key": "mit",
54878
- "name": "MIT License",
54879
- "url": "https://api.github.com/licenses/mit",
54880
- "spdx_id": "MIT",
54881
- "node_id": "MDc6TGljZW5zZW1pdA==",
54882
- "html_url": "https://api.github.com/licenses/mit"
54883
- },
54884
- "forks": 1,
54885
- "open_issues": 1,
54886
- "watchers": 1
54887
- },
54888
- "code_of_conduct": {
54889
- "key": "other",
54890
- "name": "Other",
54891
- "html_url": "https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md",
54892
- "url": "https://api.github.com/repos/github/docs/community/code_of_conduct"
53792
+ "source": {
53793
+ "id": 1296269,
53794
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
53795
+ "name": "Hello-World",
53796
+ "full_name": "octocat/Hello-World",
53797
+ "owner": {
53798
+ "login": "octocat",
53799
+ "id": 1,
53800
+ "node_id": "MDQ6VXNlcjE=",
53801
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
53802
+ "gravatar_id": "",
53803
+ "url": "https://api.github.com/users/octocat",
53804
+ "html_url": "https://github.com/octocat",
53805
+ "followers_url": "https://api.github.com/users/octocat/followers",
53806
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
53807
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
53808
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
53809
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
53810
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
53811
+ "repos_url": "https://api.github.com/users/octocat/repos",
53812
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
53813
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
53814
+ "type": "User",
53815
+ "site_admin": false
53816
+ },
53817
+ "private": false,
53818
+ "html_url": "https://github.com/octocat/Hello-World",
53819
+ "description": "This your first repo!",
53820
+ "fork": false,
53821
+ "url": "https://api.github.com/repos/octocat/Hello-World",
53822
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
53823
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
53824
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
53825
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
53826
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
53827
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
53828
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
53829
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
53830
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
53831
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
53832
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
53833
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
53834
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
53835
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
53836
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
53837
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
53838
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
53839
+ "git_url": "git:github.com/octocat/Hello-World.git",
53840
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
53841
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
53842
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
53843
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
53844
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
53845
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
53846
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
53847
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
53848
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
53849
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
53850
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
53851
+ "ssh_url": "git@github.com:octocat/Hello-World.git",
53852
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
53853
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
53854
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
53855
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
53856
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
53857
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
53858
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
53859
+ "clone_url": "https://github.com/octocat/Hello-World.git",
53860
+ "mirror_url": "git:git.example.com/octocat/Hello-World",
53861
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
53862
+ "svn_url": "https://svn.github.com/octocat/Hello-World",
53863
+ "homepage": "https://github.com",
53864
+ "language": null,
53865
+ "forks_count": 9,
53866
+ "stargazers_count": 80,
53867
+ "watchers_count": 80,
53868
+ "size": 108,
53869
+ "default_branch": "master",
53870
+ "open_issues_count": 0,
53871
+ "is_template": true,
53872
+ "topics": ["octocat", "atom", "electron", "api"],
53873
+ "has_issues": true,
53874
+ "has_projects": true,
53875
+ "has_wiki": true,
53876
+ "has_pages": false,
53877
+ "has_downloads": true,
53878
+ "archived": false,
53879
+ "disabled": false,
53880
+ "visibility": "public",
53881
+ "pushed_at": "2011-01-26T19:06:43Z",
53882
+ "created_at": "2011-01-26T19:01:12Z",
53883
+ "updated_at": "2011-01-26T19:14:43Z",
53884
+ "permissions": { "admin": false, "push": false, "pull": true },
53885
+ "allow_rebase_merge": true,
53886
+ "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
53887
+ "allow_squash_merge": true,
53888
+ "allow_auto_merge": false,
53889
+ "delete_branch_on_merge": true,
53890
+ "allow_merge_commit": true,
53891
+ "subscribers_count": 42,
53892
+ "network_count": 0,
53893
+ "license": {
53894
+ "key": "mit",
53895
+ "name": "MIT License",
53896
+ "url": "https://api.github.com/licenses/mit",
53897
+ "spdx_id": "MIT",
53898
+ "node_id": "MDc6TGljZW5zZW1pdA==",
53899
+ "html_url": "https://api.github.com/licenses/mit"
53900
+ },
53901
+ "forks": 1,
53902
+ "open_issues": 1,
53903
+ "watchers": 1
54893
53904
  }
54894
53905
  }
54895
53906
  },
@@ -55973,9 +54984,29 @@
55973
54984
  "workflow-run-usage": {
55974
54985
  "value": {
55975
54986
  "billable": {
55976
- "UBUNTU": { "total_ms": 180000, "jobs": 1 },
55977
- "MACOS": { "total_ms": 240000, "jobs": 4 },
55978
- "WINDOWS": { "total_ms": 300000, "jobs": 2 }
54987
+ "UBUNTU": {
54988
+ "total_ms": 180000,
54989
+ "jobs": 1,
54990
+ "job_runs": [{ "job_id": 1, "duration_ms": 180000 }]
54991
+ },
54992
+ "MACOS": {
54993
+ "total_ms": 240000,
54994
+ "jobs": 4,
54995
+ "job_runs": [
54996
+ { "job_id": 2, "duration_ms": 60000 },
54997
+ { "job_id": 3, "duration_ms": 60000 },
54998
+ { "job_id": 4, "duration_ms": 60000 },
54999
+ { "job_id": 5, "duration_ms": 60000 }
55000
+ ]
55001
+ },
55002
+ "WINDOWS": {
55003
+ "total_ms": 300000,
55004
+ "jobs": 2,
55005
+ "job_runs": [
55006
+ { "job_id": 6, "duration_ms": 150000 },
55007
+ { "job_id": 7, "duration_ms": 150000 }
55008
+ ]
55009
+ }
55979
55010
  },
55980
55011
  "run_duration_ms": 500000
55981
55012
  }
@@ -57452,6 +56483,7 @@
57452
56483
  "ref": "refs/pull/3740/merge",
57453
56484
  "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
57454
56485
  "environment": "",
56486
+ "category": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
57455
56487
  "state": "fixed",
57456
56488
  "commit_sha": "b09da05606e27f463a2b49287684b4ae777092f2",
57457
56489
  "message": {
@@ -60181,7 +59213,7 @@
60181
59213
  "html_url": "https://github.com/octocat/Hello-World/invitations"
60182
59214
  }
60183
59215
  },
60184
- "issue-simple-items": {
59216
+ "issue-items": {
60185
59217
  "value": [
60186
59218
  {
60187
59219
  "id": 1,
@@ -60318,6 +59350,26 @@
60318
59350
  "closed_at": null,
60319
59351
  "created_at": "2011-04-22T13:33:48Z",
60320
59352
  "updated_at": "2011-04-22T13:33:48Z",
59353
+ "closed_by": {
59354
+ "login": "octocat",
59355
+ "id": 1,
59356
+ "node_id": "MDQ6VXNlcjE=",
59357
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
59358
+ "gravatar_id": "",
59359
+ "url": "https://api.github.com/users/octocat",
59360
+ "html_url": "https://github.com/octocat",
59361
+ "followers_url": "https://api.github.com/users/octocat/followers",
59362
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
59363
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
59364
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
59365
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
59366
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
59367
+ "repos_url": "https://api.github.com/users/octocat/repos",
59368
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
59369
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
59370
+ "type": "User",
59371
+ "site_admin": false
59372
+ },
60321
59373
  "author_association": "COLLABORATOR"
60322
59374
  }
60323
59375
  ]
@@ -60924,185 +59976,6 @@
60924
59976
  }
60925
59977
  }
60926
59978
  },
60927
- "issue-simple": {
60928
- "value": {
60929
- "id": 1,
60930
- "node_id": "MDU6SXNzdWUx",
60931
- "url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
60932
- "repository_url": "https://api.github.com/repos/octocat/Hello-World",
60933
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}",
60934
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments",
60935
- "events_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events",
60936
- "html_url": "https://github.com/octocat/Hello-World/issues/1347",
60937
- "number": 1347,
60938
- "state": "open",
60939
- "title": "Found a bug",
60940
- "body": "I'm having a problem with this.",
60941
- "user": {
60942
- "login": "octocat",
60943
- "id": 1,
60944
- "node_id": "MDQ6VXNlcjE=",
60945
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
60946
- "gravatar_id": "",
60947
- "url": "https://api.github.com/users/octocat",
60948
- "html_url": "https://github.com/octocat",
60949
- "followers_url": "https://api.github.com/users/octocat/followers",
60950
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
60951
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
60952
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
60953
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
60954
- "organizations_url": "https://api.github.com/users/octocat/orgs",
60955
- "repos_url": "https://api.github.com/users/octocat/repos",
60956
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
60957
- "received_events_url": "https://api.github.com/users/octocat/received_events",
60958
- "type": "User",
60959
- "site_admin": false
60960
- },
60961
- "labels": [
60962
- {
60963
- "id": 208045946,
60964
- "node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
60965
- "url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
60966
- "name": "bug",
60967
- "description": "Something isn't working",
60968
- "color": "f29513",
60969
- "default": true
60970
- }
60971
- ],
60972
- "assignee": {
60973
- "login": "octocat",
60974
- "id": 1,
60975
- "node_id": "MDQ6VXNlcjE=",
60976
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
60977
- "gravatar_id": "",
60978
- "url": "https://api.github.com/users/octocat",
60979
- "html_url": "https://github.com/octocat",
60980
- "followers_url": "https://api.github.com/users/octocat/followers",
60981
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
60982
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
60983
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
60984
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
60985
- "organizations_url": "https://api.github.com/users/octocat/orgs",
60986
- "repos_url": "https://api.github.com/users/octocat/repos",
60987
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
60988
- "received_events_url": "https://api.github.com/users/octocat/received_events",
60989
- "type": "User",
60990
- "site_admin": false
60991
- },
60992
- "assignees": [
60993
- {
60994
- "login": "octocat",
60995
- "id": 1,
60996
- "node_id": "MDQ6VXNlcjE=",
60997
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
60998
- "gravatar_id": "",
60999
- "url": "https://api.github.com/users/octocat",
61000
- "html_url": "https://github.com/octocat",
61001
- "followers_url": "https://api.github.com/users/octocat/followers",
61002
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61003
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61004
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61005
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61006
- "organizations_url": "https://api.github.com/users/octocat/orgs",
61007
- "repos_url": "https://api.github.com/users/octocat/repos",
61008
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61009
- "received_events_url": "https://api.github.com/users/octocat/received_events",
61010
- "type": "User",
61011
- "site_admin": false
61012
- },
61013
- {
61014
- "login": "hubot",
61015
- "id": 1,
61016
- "node_id": "MDQ6VXNlcjE=",
61017
- "avatar_url": "https://github.com/images/error/hubot_happy.gif",
61018
- "gravatar_id": "",
61019
- "url": "https://api.github.com/users/hubot",
61020
- "html_url": "https://github.com/hubot",
61021
- "followers_url": "https://api.github.com/users/hubot/followers",
61022
- "following_url": "https://api.github.com/users/hubot/following{/other_user}",
61023
- "gists_url": "https://api.github.com/users/hubot/gists{/gist_id}",
61024
- "starred_url": "https://api.github.com/users/hubot/starred{/owner}{/repo}",
61025
- "subscriptions_url": "https://api.github.com/users/hubot/subscriptions",
61026
- "organizations_url": "https://api.github.com/users/hubot/orgs",
61027
- "repos_url": "https://api.github.com/users/hubot/repos",
61028
- "events_url": "https://api.github.com/users/hubot/events{/privacy}",
61029
- "received_events_url": "https://api.github.com/users/hubot/received_events",
61030
- "type": "User",
61031
- "site_admin": true
61032
- },
61033
- {
61034
- "login": "other_user",
61035
- "id": 1,
61036
- "node_id": "MDQ6VXNlcjE=",
61037
- "avatar_url": "https://github.com/images/error/other_user_happy.gif",
61038
- "gravatar_id": "",
61039
- "url": "https://api.github.com/users/other_user",
61040
- "html_url": "https://github.com/other_user",
61041
- "followers_url": "https://api.github.com/users/other_user/followers",
61042
- "following_url": "https://api.github.com/users/other_user/following{/other_user}",
61043
- "gists_url": "https://api.github.com/users/other_user/gists{/gist_id}",
61044
- "starred_url": "https://api.github.com/users/other_user/starred{/owner}{/repo}",
61045
- "subscriptions_url": "https://api.github.com/users/other_user/subscriptions",
61046
- "organizations_url": "https://api.github.com/users/other_user/orgs",
61047
- "repos_url": "https://api.github.com/users/other_user/repos",
61048
- "events_url": "https://api.github.com/users/other_user/events{/privacy}",
61049
- "received_events_url": "https://api.github.com/users/other_user/received_events",
61050
- "type": "User",
61051
- "site_admin": false
61052
- }
61053
- ],
61054
- "milestone": {
61055
- "url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
61056
- "html_url": "https://github.com/octocat/Hello-World/milestones/v1.0",
61057
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels",
61058
- "id": 1002604,
61059
- "node_id": "MDk6TWlsZXN0b25lMTAwMjYwNA==",
61060
- "number": 1,
61061
- "state": "open",
61062
- "title": "v1.0",
61063
- "description": "Tracking milestone for version 1.0",
61064
- "creator": {
61065
- "login": "octocat",
61066
- "id": 1,
61067
- "node_id": "MDQ6VXNlcjE=",
61068
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61069
- "gravatar_id": "",
61070
- "url": "https://api.github.com/users/octocat",
61071
- "html_url": "https://github.com/octocat",
61072
- "followers_url": "https://api.github.com/users/octocat/followers",
61073
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61074
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61075
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61076
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61077
- "organizations_url": "https://api.github.com/users/octocat/orgs",
61078
- "repos_url": "https://api.github.com/users/octocat/repos",
61079
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61080
- "received_events_url": "https://api.github.com/users/octocat/received_events",
61081
- "type": "User",
61082
- "site_admin": false
61083
- },
61084
- "open_issues": 4,
61085
- "closed_issues": 8,
61086
- "created_at": "2011-04-10T20:09:31Z",
61087
- "updated_at": "2014-03-03T18:58:10Z",
61088
- "closed_at": "2013-02-12T13:22:01Z",
61089
- "due_on": "2012-10-09T23:39:01Z"
61090
- },
61091
- "locked": true,
61092
- "active_lock_reason": "too heated",
61093
- "comments": 0,
61094
- "pull_request": {
61095
- "url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
61096
- "html_url": "https://github.com/octocat/Hello-World/pull/1347",
61097
- "diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
61098
- "patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch"
61099
- },
61100
- "closed_at": null,
61101
- "created_at": "2011-04-22T13:33:48Z",
61102
- "updated_at": "2011-04-22T13:33:48Z",
61103
- "author_association": "COLLABORATOR"
61104
- }
61105
- },
61106
59979
  "issue-event-for-issue-items": {
61107
59980
  "value": [
61108
59981
  {