@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" },
@@ -959,6 +959,7 @@
959
959
  },
960
960
  "parameters": [{ "$ref": "#/components/parameters/client-id" }],
961
961
  "requestBody": {
962
+ "required": true,
962
963
  "content": {
963
964
  "application/json": {
964
965
  "schema": {
@@ -968,7 +969,8 @@
968
969
  "type": "string",
969
970
  "description": "The OAuth access token used to authenticate to the GitHub API."
970
971
  }
971
- }
972
+ },
973
+ "required": ["access_token"]
972
974
  },
973
975
  "example": {
974
976
  "access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
@@ -2141,6 +2143,7 @@
2141
2143
  "parameters": [{ "$ref": "#/components/parameters/enterprise" }],
2142
2144
  "responses": { "204": { "description": "Response" } },
2143
2145
  "requestBody": {
2146
+ "required": true,
2144
2147
  "content": {
2145
2148
  "application/json": {
2146
2149
  "schema": { "$ref": "#/components/schemas/selected-actions" },
@@ -4338,13 +4341,6 @@
4338
4341
  "x-github": {
4339
4342
  "githubCloudOnly": false,
4340
4343
  "enabledForGitHubApps": false,
4341
- "previews": [
4342
- {
4343
- "required": false,
4344
- "name": "squirrel-girl",
4345
- "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/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/rest/reference/reactions) reactions."
4346
- }
4347
- ],
4348
4344
  "category": "issues",
4349
4345
  "subcategory": null
4350
4346
  },
@@ -5969,6 +5965,7 @@
5969
5965
  { "$ref": "#/components/parameters/runner-group-id" }
5970
5966
  ],
5971
5967
  "requestBody": {
5968
+ "required": true,
5972
5969
  "content": {
5973
5970
  "application/json": {
5974
5971
  "schema": {
@@ -5983,7 +5980,8 @@
5983
5980
  "type": "string",
5984
5981
  "enum": ["selected", "all", "private"]
5985
5982
  }
5986
- }
5983
+ },
5984
+ "required": ["name"]
5987
5985
  },
5988
5986
  "example": {
5989
5987
  "name": "Expensive hardware runners",
@@ -6849,6 +6847,7 @@
6849
6847
  { "$ref": "#/components/parameters/secret-name" }
6850
6848
  ],
6851
6849
  "requestBody": {
6850
+ "required": true,
6852
6851
  "content": {
6853
6852
  "application/json": {
6854
6853
  "schema": {
@@ -6859,7 +6858,8 @@
6859
6858
  "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/rest/reference/actions#set-selected-repositories-for-an-organization-secret) and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
6860
6859
  "items": { "type": "integer" }
6861
6860
  }
6862
- }
6861
+ },
6862
+ "required": ["selected_repository_ids"]
6863
6863
  },
6864
6864
  "example": { "selected_repository_ids": [64780797] }
6865
6865
  }
@@ -7956,6 +7956,7 @@
7956
7956
  },
7957
7957
  "parameters": [{ "$ref": "#/components/parameters/org" }],
7958
7958
  "requestBody": {
7959
+ "required": true,
7959
7960
  "content": {
7960
7961
  "application/json": {
7961
7962
  "schema": { "$ref": "#/components/schemas/interaction-limit" }
@@ -8286,13 +8287,6 @@
8286
8287
  "x-github": {
8287
8288
  "githubCloudOnly": false,
8288
8289
  "enabledForGitHubApps": false,
8289
- "previews": [
8290
- {
8291
- "required": false,
8292
- "name": "squirrel-girl",
8293
- "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/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/rest/reference/reactions) reactions."
8294
- }
8295
- ],
8296
8290
  "category": "issues",
8297
8291
  "subcategory": null
8298
8292
  },
@@ -10032,7 +10026,7 @@
10032
10026
  "/orgs/{org}/team-sync/groups": {
10033
10027
  "get": {
10034
10028
  "summary": "List IdP groups for an organization",
10035
- "description": "Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see [GitHub's products](https://help.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.\n\nList IdP groups available in an organization. You can limit your page results using the `per_page` parameter. GitHub generates a url-encoded `page` token using a cursor value for where the next page begins. For more information on cursor pagination, see \"[Offset and Cursor Pagination explained](https://dev.to/jackmarchant/offset-and-cursor-pagination-explained-b89).\"\n\nThe `per_page` parameter provides pagination for a list of IdP groups the authenticated user can access in an organization. For example, if the user `octocat` wants to see two groups per page in `octo-org` via cURL, it would look like this:",
10029
+ "description": "Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see [GitHub's products](https://help.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.\n\nList IdP groups available in an organization. You can limit your page results using the `per_page` parameter. GitHub generates a url-encoded `page` token using a cursor value for where the next page begins. For more information on cursor pagination, see \"[Offset and Cursor Pagination explained](https://dev.to/jackmarchant/offset-and-cursor-pagination-explained-b89).\"",
10036
10030
  "tags": ["teams"],
10037
10031
  "operationId": "teams/list-idp-groups-for-org",
10038
10032
  "externalDocs": {
@@ -10389,13 +10383,6 @@
10389
10383
  "x-github": {
10390
10384
  "githubCloudOnly": false,
10391
10385
  "enabledForGitHubApps": true,
10392
- "previews": [
10393
- {
10394
- "required": false,
10395
- "name": "squirrel-girl",
10396
- "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/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/rest/reference/reactions) reactions."
10397
- }
10398
- ],
10399
10386
  "category": "teams",
10400
10387
  "subcategory": "discussions"
10401
10388
  },
@@ -10461,13 +10448,6 @@
10461
10448
  "triggersNotification": true,
10462
10449
  "githubCloudOnly": false,
10463
10450
  "enabledForGitHubApps": true,
10464
- "previews": [
10465
- {
10466
- "required": false,
10467
- "name": "squirrel-girl",
10468
- "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/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/rest/reference/reactions) reactions."
10469
- }
10470
- ],
10471
10451
  "category": "teams",
10472
10452
  "subcategory": "discussions"
10473
10453
  },
@@ -10505,13 +10485,6 @@
10505
10485
  "x-github": {
10506
10486
  "githubCloudOnly": false,
10507
10487
  "enabledForGitHubApps": true,
10508
- "previews": [
10509
- {
10510
- "required": false,
10511
- "name": "squirrel-girl",
10512
- "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/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/rest/reference/reactions) reactions."
10513
- }
10514
- ],
10515
10488
  "category": "teams",
10516
10489
  "subcategory": "discussions"
10517
10490
  },
@@ -10569,13 +10542,6 @@
10569
10542
  "x-github": {
10570
10543
  "githubCloudOnly": false,
10571
10544
  "enabledForGitHubApps": true,
10572
- "previews": [
10573
- {
10574
- "required": false,
10575
- "name": "squirrel-girl",
10576
- "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/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/rest/reference/reactions) reactions."
10577
- }
10578
- ],
10579
10545
  "category": "teams",
10580
10546
  "subcategory": "discussions"
10581
10547
  },
@@ -10648,13 +10614,6 @@
10648
10614
  "x-github": {
10649
10615
  "githubCloudOnly": false,
10650
10616
  "enabledForGitHubApps": true,
10651
- "previews": [
10652
- {
10653
- "required": false,
10654
- "name": "squirrel-girl",
10655
- "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/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/rest/reference/reactions) reactions."
10656
- }
10657
- ],
10658
10617
  "category": "teams",
10659
10618
  "subcategory": "discussion-comments"
10660
10619
  },
@@ -10713,13 +10672,6 @@
10713
10672
  "triggersNotification": true,
10714
10673
  "githubCloudOnly": false,
10715
10674
  "enabledForGitHubApps": true,
10716
- "previews": [
10717
- {
10718
- "required": false,
10719
- "name": "squirrel-girl",
10720
- "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/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/rest/reference/reactions) reactions."
10721
- }
10722
- ],
10723
10675
  "category": "teams",
10724
10676
  "subcategory": "discussion-comments"
10725
10677
  },
@@ -10762,13 +10714,6 @@
10762
10714
  "x-github": {
10763
10715
  "githubCloudOnly": false,
10764
10716
  "enabledForGitHubApps": true,
10765
- "previews": [
10766
- {
10767
- "required": false,
10768
- "name": "squirrel-girl",
10769
- "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/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/rest/reference/reactions) reactions."
10770
- }
10771
- ],
10772
10717
  "category": "teams",
10773
10718
  "subcategory": "discussion-comments"
10774
10719
  },
@@ -10827,13 +10772,6 @@
10827
10772
  "x-github": {
10828
10773
  "githubCloudOnly": false,
10829
10774
  "enabledForGitHubApps": true,
10830
- "previews": [
10831
- {
10832
- "required": false,
10833
- "name": "squirrel-girl",
10834
- "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/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/rest/reference/reactions) reactions."
10835
- }
10836
- ],
10837
10775
  "category": "teams",
10838
10776
  "subcategory": "discussion-comments"
10839
10777
  },
@@ -10922,13 +10860,6 @@
10922
10860
  "x-github": {
10923
10861
  "githubCloudOnly": false,
10924
10862
  "enabledForGitHubApps": true,
10925
- "previews": [
10926
- {
10927
- "required": true,
10928
- "name": "squirrel-girl",
10929
- "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/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/rest/reference/reactions) reactions."
10930
- }
10931
- ],
10932
10863
  "category": "reactions",
10933
10864
  "subcategory": null
10934
10865
  },
@@ -11004,13 +10935,6 @@
11004
10935
  "x-github": {
11005
10936
  "githubCloudOnly": false,
11006
10937
  "enabledForGitHubApps": true,
11007
- "previews": [
11008
- {
11009
- "required": true,
11010
- "name": "squirrel-girl",
11011
- "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/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/rest/reference/reactions) reactions."
11012
- }
11013
- ],
11014
10938
  "category": "reactions",
11015
10939
  "subcategory": null
11016
10940
  },
@@ -11038,13 +10962,6 @@
11038
10962
  "x-github": {
11039
10963
  "githubCloudOnly": false,
11040
10964
  "enabledForGitHubApps": true,
11041
- "previews": [
11042
- {
11043
- "required": true,
11044
- "name": "squirrel-girl",
11045
- "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/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/rest/reference/reactions) reactions."
11046
- }
11047
- ],
11048
10965
  "category": "reactions",
11049
10966
  "subcategory": null
11050
10967
  },
@@ -11107,13 +11024,6 @@
11107
11024
  "x-github": {
11108
11025
  "githubCloudOnly": false,
11109
11026
  "enabledForGitHubApps": true,
11110
- "previews": [
11111
- {
11112
- "required": true,
11113
- "name": "squirrel-girl",
11114
- "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/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/rest/reference/reactions) reactions."
11115
- }
11116
- ],
11117
11027
  "category": "reactions",
11118
11028
  "subcategory": null
11119
11029
  },
@@ -11188,13 +11098,6 @@
11188
11098
  "x-github": {
11189
11099
  "githubCloudOnly": false,
11190
11100
  "enabledForGitHubApps": false,
11191
- "previews": [
11192
- {
11193
- "required": true,
11194
- "name": "squirrel-girl",
11195
- "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/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/rest/reference/reactions) reactions."
11196
- }
11197
- ],
11198
11101
  "category": "reactions",
11199
11102
  "subcategory": null
11200
11103
  },
@@ -11221,13 +11124,6 @@
11221
11124
  "x-github": {
11222
11125
  "githubCloudOnly": false,
11223
11126
  "enabledForGitHubApps": true,
11224
- "previews": [
11225
- {
11226
- "required": true,
11227
- "name": "squirrel-girl",
11228
- "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/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/rest/reference/reactions) reactions."
11229
- }
11230
- ],
11231
11127
  "category": "reactions",
11232
11128
  "subcategory": null
11233
11129
  },
@@ -13068,19 +12964,11 @@
13068
12964
  "304": { "$ref": "#/components/responses/not_modified" },
13069
12965
  "401": { "$ref": "#/components/responses/requires_authentication" },
13070
12966
  "403": { "$ref": "#/components/responses/forbidden" },
13071
- "410": { "$ref": "#/components/responses/gone" },
13072
- "415": { "$ref": "#/components/responses/preview_header_missing" }
12967
+ "410": { "$ref": "#/components/responses/gone" }
13073
12968
  },
13074
12969
  "x-github": {
13075
12970
  "githubCloudOnly": false,
13076
12971
  "enabledForGitHubApps": true,
13077
- "previews": [
13078
- {
13079
- "required": true,
13080
- "name": "squirrel-girl",
13081
- "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/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/rest/reference/reactions) reactions."
13082
- }
13083
- ],
13084
12972
  "removalDate": "2021-02-21",
13085
12973
  "deprecationDate": "2020-02-26",
13086
12974
  "category": "reactions",
@@ -13093,7 +12981,7 @@
13093
12981
  "/repos/{owner}/{repo}": {
13094
12982
  "get": {
13095
12983
  "summary": "Get a repository",
13096
- "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.",
12984
+ "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.",
13097
12985
  "tags": ["repos"],
13098
12986
  "operationId": "repos/get",
13099
12987
  "externalDocs": {
@@ -13113,9 +13001,6 @@
13113
13001
  "examples": {
13114
13002
  "default-response": {
13115
13003
  "$ref": "#/components/examples/full-repository-default-response"
13116
- },
13117
- "response-with-scarlet-witch-preview-media-type": {
13118
- "$ref": "#/components/examples/full-repository-response-with-scarlet-witch-preview-media-type"
13119
13004
  }
13120
13005
  }
13121
13006
  }
@@ -13133,11 +13018,6 @@
13133
13018
  "required": false,
13134
13019
  "name": "nebula",
13135
13020
  "note": "You can set the visibility of a repository using the new `visibility` parameter in the [Repositories API](https://docs.github.com/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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
13136
- },
13137
- {
13138
- "required": false,
13139
- "name": "scarlet-witch",
13140
- "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```"
13141
13021
  }
13142
13022
  ],
13143
13023
  "category": "repos",
@@ -18060,6 +17940,7 @@
18060
17940
  { "$ref": "#/components/parameters/repo" }
18061
17941
  ],
18062
17942
  "requestBody": {
17943
+ "required": true,
18063
17944
  "content": {
18064
17945
  "application/json": {
18065
17946
  "schema": {
@@ -19149,13 +19030,6 @@
19149
19030
  "x-github": {
19150
19031
  "githubCloudOnly": false,
19151
19032
  "enabledForGitHubApps": true,
19152
- "previews": [
19153
- {
19154
- "required": false,
19155
- "name": "squirrel-girl",
19156
- "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/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/rest/reference/reactions) reactions."
19157
- }
19158
- ],
19159
19033
  "category": "repos",
19160
19034
  "subcategory": "comments"
19161
19035
  },
@@ -19194,13 +19068,6 @@
19194
19068
  "x-github": {
19195
19069
  "githubCloudOnly": false,
19196
19070
  "enabledForGitHubApps": true,
19197
- "previews": [
19198
- {
19199
- "required": false,
19200
- "name": "squirrel-girl",
19201
- "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/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/rest/reference/reactions) reactions."
19202
- }
19203
- ],
19204
19071
  "category": "repos",
19205
19072
  "subcategory": "comments"
19206
19073
  },
@@ -19343,19 +19210,11 @@
19343
19210
  },
19344
19211
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
19345
19212
  },
19346
- "404": { "$ref": "#/components/responses/not_found" },
19347
- "415": { "$ref": "#/components/responses/preview_header_missing" }
19213
+ "404": { "$ref": "#/components/responses/not_found" }
19348
19214
  },
19349
19215
  "x-github": {
19350
19216
  "githubCloudOnly": false,
19351
19217
  "enabledForGitHubApps": true,
19352
- "previews": [
19353
- {
19354
- "required": true,
19355
- "name": "squirrel-girl",
19356
- "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/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/rest/reference/reactions) reactions."
19357
- }
19358
- ],
19359
19218
  "category": "reactions",
19360
19219
  "subcategory": null
19361
19220
  },
@@ -19432,13 +19291,6 @@
19432
19291
  "x-github": {
19433
19292
  "githubCloudOnly": false,
19434
19293
  "enabledForGitHubApps": true,
19435
- "previews": [
19436
- {
19437
- "required": true,
19438
- "name": "squirrel-girl",
19439
- "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/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/rest/reference/reactions) reactions."
19440
- }
19441
- ],
19442
19294
  "category": "reactions",
19443
19295
  "subcategory": null
19444
19296
  },
@@ -19465,13 +19317,6 @@
19465
19317
  "x-github": {
19466
19318
  "githubCloudOnly": false,
19467
19319
  "enabledForGitHubApps": true,
19468
- "previews": [
19469
- {
19470
- "required": true,
19471
- "name": "squirrel-girl",
19472
- "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/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/rest/reference/reactions) reactions."
19473
- }
19474
- ],
19475
19320
  "category": "reactions",
19476
19321
  "subcategory": null
19477
19322
  },
@@ -19636,13 +19481,6 @@
19636
19481
  "x-github": {
19637
19482
  "githubCloudOnly": false,
19638
19483
  "enabledForGitHubApps": true,
19639
- "previews": [
19640
- {
19641
- "required": false,
19642
- "name": "squirrel-girl",
19643
- "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/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/rest/reference/reactions) reactions."
19644
- }
19645
- ],
19646
19484
  "category": "repos",
19647
19485
  "subcategory": "comments"
19648
19486
  },
@@ -20078,51 +19916,6 @@
20078
19916
  "x-octokit": {}
20079
19917
  }
20080
19918
  },
20081
- "/repos/{owner}/{repo}/community/code_of_conduct": {
20082
- "get": {
20083
- "summary": "Get the code of conduct for a repository",
20084
- "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.",
20085
- "tags": ["codes-of-conduct"],
20086
- "operationId": "codes-of-conduct/get-for-repo",
20087
- "externalDocs": {
20088
- "description": "API method documentation",
20089
- "url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
20090
- },
20091
- "parameters": [
20092
- { "$ref": "#/components/parameters/owner" },
20093
- { "$ref": "#/components/parameters/repo" }
20094
- ],
20095
- "responses": {
20096
- "200": {
20097
- "description": "Response",
20098
- "content": {
20099
- "application/json": {
20100
- "schema": { "$ref": "#/components/schemas/code-of-conduct" },
20101
- "examples": {
20102
- "default": {
20103
- "$ref": "#/components/examples/code-of-conduct-2"
20104
- }
20105
- }
20106
- }
20107
- }
20108
- }
20109
- },
20110
- "x-github": {
20111
- "githubCloudOnly": false,
20112
- "enabledForGitHubApps": true,
20113
- "previews": [
20114
- {
20115
- "required": true,
20116
- "name": "scarlet-witch",
20117
- "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```"
20118
- }
20119
- ],
20120
- "category": "codes-of-conduct",
20121
- "subcategory": null
20122
- },
20123
- "x-octokit": {}
20124
- }
20125
- },
20126
19919
  "/repos/{owner}/{repo}/community/profile": {
20127
19920
  "get": {
20128
19921
  "summary": "Get community profile metrics",
@@ -20766,13 +20559,6 @@
20766
20559
  "x-github": {
20767
20560
  "githubCloudOnly": false,
20768
20561
  "enabledForGitHubApps": true,
20769
- "previews": [
20770
- {
20771
- "required": false,
20772
- "name": "ant-man",
20773
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20774
- }
20775
- ],
20776
20562
  "category": "repos",
20777
20563
  "subcategory": "deployments"
20778
20564
  },
@@ -20840,12 +20626,12 @@
20840
20626
  },
20841
20627
  "transient_environment": {
20842
20628
  "type": "boolean",
20843
- "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/rest/overview/api-previews#enhanced-deployments) custom media type.",
20629
+ "description": "Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future. Default: `false`",
20844
20630
  "default": false
20845
20631
  },
20846
20632
  "production_environment": {
20847
20633
  "type": "boolean",
20848
- "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/rest/overview/api-previews#enhanced-deployments) custom media type."
20634
+ "description": "Specifies if the given environment is one that end-users directly interact with. Default: `true` when `environment` is `production` and `false` otherwise."
20849
20635
  }
20850
20636
  },
20851
20637
  "required": ["ref"]
@@ -20913,13 +20699,6 @@
20913
20699
  "x-github": {
20914
20700
  "githubCloudOnly": false,
20915
20701
  "enabledForGitHubApps": true,
20916
- "previews": [
20917
- {
20918
- "required": false,
20919
- "name": "ant-man",
20920
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20921
- }
20922
- ],
20923
20702
  "category": "repos",
20924
20703
  "subcategory": "deployments"
20925
20704
  },
@@ -20958,13 +20737,6 @@
20958
20737
  "x-github": {
20959
20738
  "githubCloudOnly": false,
20960
20739
  "enabledForGitHubApps": true,
20961
- "previews": [
20962
- {
20963
- "required": false,
20964
- "name": "ant-man",
20965
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
20966
- }
20967
- ],
20968
20740
  "category": "repos",
20969
20741
  "subcategory": "deployments"
20970
20742
  },
@@ -21039,18 +20811,6 @@
21039
20811
  "x-github": {
21040
20812
  "githubCloudOnly": false,
21041
20813
  "enabledForGitHubApps": true,
21042
- "previews": [
21043
- {
21044
- "required": false,
21045
- "name": "flash",
21046
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
21047
- },
21048
- {
21049
- "required": false,
21050
- "name": "ant-man",
21051
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
21052
- }
21053
- ],
21054
20814
  "category": "repos",
21055
20815
  "subcategory": "deployments"
21056
20816
  },
@@ -21079,7 +20839,7 @@
21079
20839
  "properties": {
21080
20840
  "state": {
21081
20841
  "type": "string",
21082
- "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/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/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.",
20842
+ "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.",
21083
20843
  "enum": [
21084
20844
  "error",
21085
20845
  "failure",
@@ -21097,7 +20857,7 @@
21097
20857
  },
21098
20858
  "log_url": {
21099
20859
  "type": "string",
21100
- "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/rest/overview/api-previews#enhanced-deployments) custom media type.",
20860
+ "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: `\"\"`",
21101
20861
  "default": ""
21102
20862
  },
21103
20863
  "description": {
@@ -21107,17 +20867,17 @@
21107
20867
  },
21108
20868
  "environment": {
21109
20869
  "type": "string",
21110
- "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/rest/overview/api-previews#deployment-statuses) custom media type.",
20870
+ "description": "Name for the target deployment environment, which can be changed when setting a deploy status. For example, `production`, `staging`, or `qa`.",
21111
20871
  "enum": ["production", "staging", "qa"]
21112
20872
  },
21113
20873
  "environment_url": {
21114
20874
  "type": "string",
21115
- "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/rest/overview/api-previews#enhanced-deployments) custom media type.",
20875
+ "description": "Sets the URL for accessing your environment. Default: `\"\"`",
21116
20876
  "default": ""
21117
20877
  },
21118
20878
  "auto_inactive": {
21119
20879
  "type": "boolean",
21120
- "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/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/rest/overview/api-previews#enhanced-deployments) custom media type."
20880
+ "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`"
21121
20881
  }
21122
20882
  },
21123
20883
  "required": ["state"]
@@ -21156,18 +20916,6 @@
21156
20916
  "x-github": {
21157
20917
  "githubCloudOnly": false,
21158
20918
  "enabledForGitHubApps": true,
21159
- "previews": [
21160
- {
21161
- "required": false,
21162
- "name": "flash",
21163
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
21164
- },
21165
- {
21166
- "required": false,
21167
- "name": "ant-man",
21168
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
21169
- }
21170
- ],
21171
20919
  "category": "repos",
21172
20920
  "subcategory": "deployments"
21173
20921
  },
@@ -21209,24 +20957,11 @@
21209
20957
  }
21210
20958
  }
21211
20959
  },
21212
- "404": { "$ref": "#/components/responses/not_found" },
21213
- "415": { "$ref": "#/components/responses/preview_header_missing" }
20960
+ "404": { "$ref": "#/components/responses/not_found" }
21214
20961
  },
21215
20962
  "x-github": {
21216
20963
  "githubCloudOnly": false,
21217
20964
  "enabledForGitHubApps": true,
21218
- "previews": [
21219
- {
21220
- "required": false,
21221
- "name": "flash",
21222
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.flash-preview+json\n```"
21223
- },
21224
- {
21225
- "required": false,
21226
- "name": "ant-man",
21227
- "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/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.ant-man-preview+json\n```"
21228
- }
21229
- ],
21230
20965
  "category": "repos",
21231
20966
  "subcategory": "deployments"
21232
20967
  },
@@ -23634,6 +23369,7 @@
23634
23369
  { "$ref": "#/components/parameters/repo" }
23635
23370
  ],
23636
23371
  "requestBody": {
23372
+ "required": true,
23637
23373
  "content": {
23638
23374
  "application/json": {
23639
23375
  "schema": { "$ref": "#/components/schemas/interaction-limit" }
@@ -23899,12 +23635,10 @@
23899
23635
  "application/json": {
23900
23636
  "schema": {
23901
23637
  "type": "array",
23902
- "items": { "$ref": "#/components/schemas/issue-simple" }
23638
+ "items": { "$ref": "#/components/schemas/issue" }
23903
23639
  },
23904
23640
  "examples": {
23905
- "default": {
23906
- "$ref": "#/components/examples/issue-simple-items"
23907
- }
23641
+ "default": { "$ref": "#/components/examples/issue-items" }
23908
23642
  }
23909
23643
  }
23910
23644
  },
@@ -23917,13 +23651,6 @@
23917
23651
  "x-github": {
23918
23652
  "githubCloudOnly": false,
23919
23653
  "enabledForGitHubApps": true,
23920
- "previews": [
23921
- {
23922
- "required": false,
23923
- "name": "squirrel-girl",
23924
- "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/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/rest/reference/reactions) reactions."
23925
- }
23926
- ],
23927
23654
  "category": "issues",
23928
23655
  "subcategory": null
23929
23656
  },
@@ -24095,13 +23822,6 @@
24095
23822
  "x-github": {
24096
23823
  "githubCloudOnly": false,
24097
23824
  "enabledForGitHubApps": true,
24098
- "previews": [
24099
- {
24100
- "required": false,
24101
- "name": "squirrel-girl",
24102
- "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/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/rest/reference/reactions) reactions."
24103
- }
24104
- ],
24105
23825
  "category": "issues",
24106
23826
  "subcategory": "comments"
24107
23827
  },
@@ -24140,13 +23860,6 @@
24140
23860
  "x-github": {
24141
23861
  "githubCloudOnly": false,
24142
23862
  "enabledForGitHubApps": true,
24143
- "previews": [
24144
- {
24145
- "required": false,
24146
- "name": "squirrel-girl",
24147
- "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/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/rest/reference/reactions) reactions."
24148
- }
24149
- ],
24150
23863
  "category": "issues",
24151
23864
  "subcategory": "comments"
24152
23865
  },
@@ -24284,19 +23997,11 @@
24284
23997
  },
24285
23998
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
24286
23999
  },
24287
- "404": { "$ref": "#/components/responses/not_found" },
24288
- "415": { "$ref": "#/components/responses/preview_header_missing" }
24000
+ "404": { "$ref": "#/components/responses/not_found" }
24289
24001
  },
24290
24002
  "x-github": {
24291
24003
  "githubCloudOnly": false,
24292
24004
  "enabledForGitHubApps": true,
24293
- "previews": [
24294
- {
24295
- "required": true,
24296
- "name": "squirrel-girl",
24297
- "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/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/rest/reference/reactions) reactions."
24298
- }
24299
- ],
24300
24005
  "category": "reactions",
24301
24006
  "subcategory": null
24302
24007
  },
@@ -24367,19 +24072,11 @@
24367
24072
  }
24368
24073
  }
24369
24074
  },
24370
- "415": { "$ref": "#/components/responses/preview_header_missing" },
24371
24075
  "422": { "$ref": "#/components/responses/validation_failed" }
24372
24076
  },
24373
24077
  "x-github": {
24374
24078
  "githubCloudOnly": false,
24375
24079
  "enabledForGitHubApps": true,
24376
- "previews": [
24377
- {
24378
- "required": true,
24379
- "name": "squirrel-girl",
24380
- "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/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/rest/reference/reactions) reactions."
24381
- }
24382
- ],
24383
24080
  "category": "reactions",
24384
24081
  "subcategory": null
24385
24082
  },
@@ -24406,13 +24103,6 @@
24406
24103
  "x-github": {
24407
24104
  "githubCloudOnly": false,
24408
24105
  "enabledForGitHubApps": true,
24409
- "previews": [
24410
- {
24411
- "required": true,
24412
- "name": "squirrel-girl",
24413
- "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/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/rest/reference/reactions) reactions."
24414
- }
24415
- ],
24416
24106
  "category": "reactions",
24417
24107
  "subcategory": null
24418
24108
  },
@@ -24544,13 +24234,6 @@
24544
24234
  "x-github": {
24545
24235
  "githubCloudOnly": false,
24546
24236
  "enabledForGitHubApps": true,
24547
- "previews": [
24548
- {
24549
- "required": false,
24550
- "name": "squirrel-girl",
24551
- "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/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/rest/reference/reactions) reactions."
24552
- }
24553
- ],
24554
24237
  "category": "issues",
24555
24238
  "subcategory": null
24556
24239
  },
@@ -24711,9 +24394,9 @@
24711
24394
  "description": "Response",
24712
24395
  "content": {
24713
24396
  "application/json": {
24714
- "schema": { "$ref": "#/components/schemas/issue-simple" },
24397
+ "schema": { "$ref": "#/components/schemas/issue" },
24715
24398
  "examples": {
24716
- "default": { "$ref": "#/components/examples/issue-simple" }
24399
+ "default": { "$ref": "#/components/examples/issue" }
24717
24400
  }
24718
24401
  }
24719
24402
  }
@@ -24764,9 +24447,9 @@
24764
24447
  "description": "Response",
24765
24448
  "content": {
24766
24449
  "application/json": {
24767
- "schema": { "$ref": "#/components/schemas/issue-simple" },
24450
+ "schema": { "$ref": "#/components/schemas/issue" },
24768
24451
  "examples": {
24769
- "default": { "$ref": "#/components/examples/issue-simple" }
24452
+ "default": { "$ref": "#/components/examples/issue" }
24770
24453
  }
24771
24454
  }
24772
24455
  }
@@ -24824,13 +24507,6 @@
24824
24507
  "x-github": {
24825
24508
  "githubCloudOnly": false,
24826
24509
  "enabledForGitHubApps": true,
24827
- "previews": [
24828
- {
24829
- "required": false,
24830
- "name": "squirrel-girl",
24831
- "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/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/rest/reference/reactions) reactions."
24832
- }
24833
- ],
24834
24510
  "category": "issues",
24835
24511
  "subcategory": "comments"
24836
24512
  },
@@ -25355,19 +25031,11 @@
25355
25031
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
25356
25032
  },
25357
25033
  "404": { "$ref": "#/components/responses/not_found" },
25358
- "410": { "$ref": "#/components/responses/gone" },
25359
- "415": { "$ref": "#/components/responses/preview_header_missing" }
25034
+ "410": { "$ref": "#/components/responses/gone" }
25360
25035
  },
25361
25036
  "x-github": {
25362
25037
  "githubCloudOnly": false,
25363
25038
  "enabledForGitHubApps": true,
25364
- "previews": [
25365
- {
25366
- "required": true,
25367
- "name": "squirrel-girl",
25368
- "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/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/rest/reference/reactions) reactions."
25369
- }
25370
- ],
25371
25039
  "category": "reactions",
25372
25040
  "subcategory": null
25373
25041
  },
@@ -25438,19 +25106,11 @@
25438
25106
  }
25439
25107
  }
25440
25108
  },
25441
- "415": { "$ref": "#/components/responses/preview_header_missing" },
25442
25109
  "422": { "$ref": "#/components/responses/validation_failed" }
25443
25110
  },
25444
25111
  "x-github": {
25445
25112
  "githubCloudOnly": false,
25446
25113
  "enabledForGitHubApps": false,
25447
- "previews": [
25448
- {
25449
- "required": true,
25450
- "name": "squirrel-girl",
25451
- "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/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/rest/reference/reactions) reactions."
25452
- }
25453
- ],
25454
25114
  "category": "reactions",
25455
25115
  "subcategory": null
25456
25116
  },
@@ -25477,13 +25137,6 @@
25477
25137
  "x-github": {
25478
25138
  "githubCloudOnly": false,
25479
25139
  "enabledForGitHubApps": true,
25480
- "previews": [
25481
- {
25482
- "required": true,
25483
- "name": "squirrel-girl",
25484
- "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/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/rest/reference/reactions) reactions."
25485
- }
25486
- ],
25487
25140
  "category": "reactions",
25488
25141
  "subcategory": null
25489
25142
  },
@@ -27490,11 +27143,6 @@
27490
27143
  "required": false,
27491
27144
  "name": "comfort-fade",
27492
27145
  "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/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."
27493
- },
27494
- {
27495
- "required": false,
27496
- "name": "squirrel-girl",
27497
- "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/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/rest/reference/reactions) reactions."
27498
27146
  }
27499
27147
  ],
27500
27148
  "category": "pulls",
@@ -27544,11 +27192,6 @@
27544
27192
  "required": false,
27545
27193
  "name": "comfort-fade",
27546
27194
  "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/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."
27547
- },
27548
- {
27549
- "required": false,
27550
- "name": "squirrel-girl",
27551
- "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/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/rest/reference/reactions) reactions."
27552
27195
  }
27553
27196
  ],
27554
27197
  "category": "pulls",
@@ -27700,19 +27343,11 @@
27700
27343
  },
27701
27344
  "headers": { "Link": { "$ref": "#/components/headers/link" } }
27702
27345
  },
27703
- "404": { "$ref": "#/components/responses/not_found" },
27704
- "415": { "$ref": "#/components/responses/preview_header_missing" }
27346
+ "404": { "$ref": "#/components/responses/not_found" }
27705
27347
  },
27706
27348
  "x-github": {
27707
27349
  "githubCloudOnly": false,
27708
27350
  "enabledForGitHubApps": true,
27709
- "previews": [
27710
- {
27711
- "required": true,
27712
- "name": "squirrel-girl",
27713
- "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/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/rest/reference/reactions) reactions."
27714
- }
27715
- ],
27716
27351
  "category": "reactions",
27717
27352
  "subcategory": null
27718
27353
  },
@@ -27783,19 +27418,11 @@
27783
27418
  }
27784
27419
  }
27785
27420
  },
27786
- "415": { "$ref": "#/components/responses/preview_header_missing" },
27787
27421
  "422": { "$ref": "#/components/responses/validation_failed" }
27788
27422
  },
27789
27423
  "x-github": {
27790
27424
  "githubCloudOnly": false,
27791
27425
  "enabledForGitHubApps": true,
27792
- "previews": [
27793
- {
27794
- "required": true,
27795
- "name": "squirrel-girl",
27796
- "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/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/rest/reference/reactions) reactions."
27797
- }
27798
- ],
27799
27426
  "category": "reactions",
27800
27427
  "subcategory": null
27801
27428
  },
@@ -27822,13 +27449,6 @@
27822
27449
  "x-github": {
27823
27450
  "githubCloudOnly": false,
27824
27451
  "enabledForGitHubApps": true,
27825
- "previews": [
27826
- {
27827
- "required": true,
27828
- "name": "squirrel-girl",
27829
- "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/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/rest/reference/reactions) reactions."
27830
- }
27831
- ],
27832
27452
  "category": "reactions",
27833
27453
  "subcategory": null
27834
27454
  },
@@ -28007,11 +27627,6 @@
28007
27627
  "required": false,
28008
27628
  "name": "comfort-fade",
28009
27629
  "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/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."
28010
- },
28011
- {
28012
- "required": false,
28013
- "name": "squirrel-girl",
28014
- "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/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/rest/reference/reactions) reactions."
28015
27630
  }
28016
27631
  ],
28017
27632
  "category": "pulls",
@@ -29949,19 +29564,11 @@
29949
29564
  }
29950
29565
  }
29951
29566
  },
29952
- "415": { "$ref": "#/components/responses/preview_header_missing" },
29953
29567
  "422": { "$ref": "#/components/responses/validation_failed" }
29954
29568
  },
29955
29569
  "x-github": {
29956
29570
  "githubCloudOnly": false,
29957
29571
  "enabledForGitHubApps": true,
29958
- "previews": [
29959
- {
29960
- "required": true,
29961
- "name": "squirrel-girl",
29962
- "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/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/rest/reference/reactions) reactions."
29963
- }
29964
- ],
29965
29572
  "category": "reactions",
29966
29573
  "subcategory": null
29967
29574
  },
@@ -31566,6 +31173,7 @@
31566
31173
  { "$ref": "#/components/parameters/secret-name" }
31567
31174
  ],
31568
31175
  "requestBody": {
31176
+ "required": true,
31569
31177
  "content": {
31570
31178
  "application/json": {
31571
31179
  "schema": {
@@ -31580,7 +31188,8 @@
31580
31188
  "type": "string",
31581
31189
  "description": "ID of the key you used to encrypt the secret."
31582
31190
  }
31583
- }
31191
+ },
31192
+ "required": ["encrypted_value", "key_id"]
31584
31193
  },
31585
31194
  "example": {
31586
31195
  "encrypted_value": "c2VjcmV0",
@@ -33612,13 +33221,6 @@
33612
33221
  "x-github": {
33613
33222
  "githubCloudOnly": false,
33614
33223
  "enabledForGitHubApps": true,
33615
- "previews": [
33616
- {
33617
- "required": false,
33618
- "name": "squirrel-girl",
33619
- "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/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/rest/reference/reactions) reactions."
33620
- }
33621
- ],
33622
33224
  "removalDate": "2021-02-01",
33623
33225
  "deprecationDate": "2020-01-21",
33624
33226
  "category": "teams",
@@ -33684,13 +33286,6 @@
33684
33286
  "triggersNotification": true,
33685
33287
  "githubCloudOnly": false,
33686
33288
  "enabledForGitHubApps": true,
33687
- "previews": [
33688
- {
33689
- "required": false,
33690
- "name": "squirrel-girl",
33691
- "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/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/rest/reference/reactions) reactions."
33692
- }
33693
- ],
33694
33289
  "removalDate": "2021-02-01",
33695
33290
  "deprecationDate": "2020-01-21",
33696
33291
  "category": "teams",
@@ -33730,13 +33325,6 @@
33730
33325
  "x-github": {
33731
33326
  "githubCloudOnly": false,
33732
33327
  "enabledForGitHubApps": true,
33733
- "previews": [
33734
- {
33735
- "required": false,
33736
- "name": "squirrel-girl",
33737
- "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/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/rest/reference/reactions) reactions."
33738
- }
33739
- ],
33740
33328
  "removalDate": "2021-02-01",
33741
33329
  "deprecationDate": "2020-01-21",
33742
33330
  "category": "teams",
@@ -33796,13 +33384,6 @@
33796
33384
  "x-github": {
33797
33385
  "githubCloudOnly": false,
33798
33386
  "enabledForGitHubApps": true,
33799
- "previews": [
33800
- {
33801
- "required": false,
33802
- "name": "squirrel-girl",
33803
- "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/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/rest/reference/reactions) reactions."
33804
- }
33805
- ],
33806
33387
  "removalDate": "2021-02-01",
33807
33388
  "deprecationDate": "2020-01-21",
33808
33389
  "category": "teams",
@@ -33879,13 +33460,6 @@
33879
33460
  "x-github": {
33880
33461
  "githubCloudOnly": false,
33881
33462
  "enabledForGitHubApps": true,
33882
- "previews": [
33883
- {
33884
- "required": false,
33885
- "name": "squirrel-girl",
33886
- "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/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/rest/reference/reactions) reactions."
33887
- }
33888
- ],
33889
33463
  "removalDate": "2021-02-01",
33890
33464
  "deprecationDate": "2020-01-21",
33891
33465
  "category": "teams",
@@ -33946,13 +33520,6 @@
33946
33520
  "triggersNotification": true,
33947
33521
  "githubCloudOnly": false,
33948
33522
  "enabledForGitHubApps": true,
33949
- "previews": [
33950
- {
33951
- "required": false,
33952
- "name": "squirrel-girl",
33953
- "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/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/rest/reference/reactions) reactions."
33954
- }
33955
- ],
33956
33523
  "removalDate": "2021-02-01",
33957
33524
  "deprecationDate": "2020-01-21",
33958
33525
  "category": "teams",
@@ -33997,13 +33564,6 @@
33997
33564
  "x-github": {
33998
33565
  "githubCloudOnly": false,
33999
33566
  "enabledForGitHubApps": true,
34000
- "previews": [
34001
- {
34002
- "required": false,
34003
- "name": "squirrel-girl",
34004
- "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/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/rest/reference/reactions) reactions."
34005
- }
34006
- ],
34007
33567
  "removalDate": "2021-02-01",
34008
33568
  "deprecationDate": "2020-01-21",
34009
33569
  "category": "teams",
@@ -34064,13 +33624,6 @@
34064
33624
  "x-github": {
34065
33625
  "githubCloudOnly": false,
34066
33626
  "enabledForGitHubApps": true,
34067
- "previews": [
34068
- {
34069
- "required": false,
34070
- "name": "squirrel-girl",
34071
- "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/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/rest/reference/reactions) reactions."
34072
- }
34073
- ],
34074
33627
  "removalDate": "2021-02-01",
34075
33628
  "deprecationDate": "2020-01-21",
34076
33629
  "category": "teams",
@@ -34163,13 +33716,6 @@
34163
33716
  "x-github": {
34164
33717
  "githubCloudOnly": false,
34165
33718
  "enabledForGitHubApps": true,
34166
- "previews": [
34167
- {
34168
- "required": true,
34169
- "name": "squirrel-girl",
34170
- "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/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/rest/reference/reactions) reactions."
34171
- }
34172
- ],
34173
33719
  "removalDate": "2021-02-21",
34174
33720
  "deprecationDate": "2020-02-26",
34175
33721
  "category": "reactions",
@@ -34236,13 +33782,6 @@
34236
33782
  "x-github": {
34237
33783
  "githubCloudOnly": false,
34238
33784
  "enabledForGitHubApps": true,
34239
- "previews": [
34240
- {
34241
- "required": true,
34242
- "name": "squirrel-girl",
34243
- "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/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/rest/reference/reactions) reactions."
34244
- }
34245
- ],
34246
33785
  "removalDate": "2021-02-21",
34247
33786
  "deprecationDate": "2020-02-26",
34248
33787
  "category": "reactions",
@@ -34307,13 +33846,6 @@
34307
33846
  "x-github": {
34308
33847
  "githubCloudOnly": false,
34309
33848
  "enabledForGitHubApps": true,
34310
- "previews": [
34311
- {
34312
- "required": true,
34313
- "name": "squirrel-girl",
34314
- "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/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/rest/reference/reactions) reactions."
34315
- }
34316
- ],
34317
33849
  "removalDate": "2021-02-21",
34318
33850
  "deprecationDate": "2020-02-26",
34319
33851
  "category": "reactions",
@@ -34379,13 +33911,6 @@
34379
33911
  "x-github": {
34380
33912
  "githubCloudOnly": false,
34381
33913
  "enabledForGitHubApps": false,
34382
- "previews": [
34383
- {
34384
- "required": true,
34385
- "name": "squirrel-girl",
34386
- "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/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/rest/reference/reactions) reactions."
34387
- }
34388
- ],
34389
33914
  "removalDate": "2021-02-21",
34390
33915
  "deprecationDate": "2020-02-26",
34391
33916
  "category": "reactions",
@@ -36363,6 +35888,7 @@
36363
35888
  "url": "https://docs.github.com/rest/reference/interactions#set-interaction-restrictions-for-your-public-repositories"
36364
35889
  },
36365
35890
  "requestBody": {
35891
+ "required": true,
36366
35892
  "content": {
36367
35893
  "application/json": {
36368
35894
  "schema": { "$ref": "#/components/schemas/interaction-limit" }
@@ -36517,13 +36043,6 @@
36517
36043
  "x-github": {
36518
36044
  "githubCloudOnly": false,
36519
36045
  "enabledForGitHubApps": false,
36520
- "previews": [
36521
- {
36522
- "required": false,
36523
- "name": "squirrel-girl",
36524
- "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/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/rest/reference/reactions) reactions."
36525
- }
36526
- ],
36527
36046
  "category": "issues",
36528
36047
  "subcategory": null
36529
36048
  },
@@ -39833,6 +39352,54 @@
39833
39352
  },
39834
39353
  "x-octokit": {}
39835
39354
  }
39355
+ },
39356
+ "/repos/{owner}/{repo}/community/code_of_conduct": {
39357
+ "get": {
39358
+ "summary": "Get the code of conduct for a repository",
39359
+ "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.",
39360
+ "tags": ["codes-of-conduct"],
39361
+ "operationId": "codes-of-conduct/get-for-repo",
39362
+ "externalDocs": {
39363
+ "description": "API method documentation",
39364
+ "url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
39365
+ },
39366
+ "parameters": [
39367
+ { "$ref": "#/components/parameters/owner" },
39368
+ { "$ref": "#/components/parameters/repo" }
39369
+ ],
39370
+ "responses": {
39371
+ "200": {
39372
+ "description": "Response",
39373
+ "content": {
39374
+ "application/json": {
39375
+ "schema": { "$ref": "#/components/schemas/code-of-conduct" },
39376
+ "examples": {
39377
+ "default": {
39378
+ "$ref": "#/components/examples/code-of-conduct-2"
39379
+ }
39380
+ }
39381
+ }
39382
+ }
39383
+ }
39384
+ },
39385
+ "x-github": {
39386
+ "githubCloudOnly": false,
39387
+ "enabledForGitHubApps": true,
39388
+ "previews": [
39389
+ {
39390
+ "required": true,
39391
+ "name": "scarlet-witch",
39392
+ "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```"
39393
+ }
39394
+ ],
39395
+ "category": "codes-of-conduct",
39396
+ "subcategory": null,
39397
+ "removalDate": "2021-09-29",
39398
+ "deprecationDate": "2021-09-29"
39399
+ },
39400
+ "deprecated": true,
39401
+ "x-octokit": {}
39402
+ }
39836
39403
  }
39837
39404
  },
39838
39405
  "components": {
@@ -41962,49 +41529,6 @@
41962
41529
  },
41963
41530
  "required": ["id", "login", "gravatar_id", "url", "avatar_url"]
41964
41531
  },
41965
- "label": {
41966
- "title": "Label",
41967
- "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
41968
- "type": "object",
41969
- "properties": {
41970
- "id": { "type": "integer", "format": "int64", "example": 208045946 },
41971
- "node_id": {
41972
- "type": "string",
41973
- "example": "MDU6TGFiZWwyMDgwNDU5NDY="
41974
- },
41975
- "url": {
41976
- "description": "URL for the label",
41977
- "example": "https://api.github.com/repositories/42/labels/bug",
41978
- "type": "string",
41979
- "format": "uri"
41980
- },
41981
- "name": {
41982
- "description": "The name of the label.",
41983
- "example": "bug",
41984
- "type": "string"
41985
- },
41986
- "description": {
41987
- "type": "string",
41988
- "example": "Something isn't working",
41989
- "nullable": true
41990
- },
41991
- "color": {
41992
- "description": "6-character hex code, without the leading #, identifying the color",
41993
- "example": "FFFFFF",
41994
- "type": "string"
41995
- },
41996
- "default": { "type": "boolean", "example": true }
41997
- },
41998
- "required": [
41999
- "id",
42000
- "node_id",
42001
- "url",
42002
- "name",
42003
- "description",
42004
- "color",
42005
- "default"
42006
- ]
42007
- },
42008
41532
  "nullable-milestone": {
42009
41533
  "title": "Milestone",
42010
41534
  "description": "A collection of related issues and pull requests.",
@@ -42098,22 +41622,6 @@
42098
41622
  ],
42099
41623
  "nullable": true
42100
41624
  },
42101
- "author_association": {
42102
- "title": "author_association",
42103
- "type": "string",
42104
- "example": "OWNER",
42105
- "description": "How the author is associated with the repository.",
42106
- "enum": [
42107
- "COLLABORATOR",
42108
- "CONTRIBUTOR",
42109
- "FIRST_TIMER",
42110
- "FIRST_TIME_CONTRIBUTOR",
42111
- "MANNEQUIN",
42112
- "MEMBER",
42113
- "NONE",
42114
- "OWNER"
42115
- ]
42116
- },
42117
41625
  "nullable-integration": {
42118
41626
  "title": "GitHub app",
42119
41627
  "description": "GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.",
@@ -42221,53 +41729,111 @@
42221
41729
  ],
42222
41730
  "nullable": true
42223
41731
  },
42224
- "issue-simple": {
42225
- "title": "Issue Simple",
42226
- "description": "Issue Simple",
41732
+ "author_association": {
41733
+ "title": "author_association",
41734
+ "type": "string",
41735
+ "example": "OWNER",
41736
+ "description": "How the author is associated with the repository.",
41737
+ "enum": [
41738
+ "COLLABORATOR",
41739
+ "CONTRIBUTOR",
41740
+ "FIRST_TIMER",
41741
+ "FIRST_TIME_CONTRIBUTOR",
41742
+ "MANNEQUIN",
41743
+ "MEMBER",
41744
+ "NONE",
41745
+ "OWNER"
41746
+ ]
41747
+ },
41748
+ "reaction-rollup": {
41749
+ "title": "Reaction Rollup",
42227
41750
  "type": "object",
42228
41751
  "properties": {
42229
- "id": { "type": "integer", "example": 1 },
42230
- "node_id": { "type": "string", "example": "MDU6SXNzdWUx" },
41752
+ "url": { "type": "string", "format": "uri" },
41753
+ "total_count": { "type": "integer" },
41754
+ "+1": { "type": "integer" },
41755
+ "-1": { "type": "integer" },
41756
+ "laugh": { "type": "integer" },
41757
+ "confused": { "type": "integer" },
41758
+ "heart": { "type": "integer" },
41759
+ "hooray": { "type": "integer" },
41760
+ "eyes": { "type": "integer" },
41761
+ "rocket": { "type": "integer" }
41762
+ },
41763
+ "required": [
41764
+ "url",
41765
+ "total_count",
41766
+ "+1",
41767
+ "-1",
41768
+ "laugh",
41769
+ "confused",
41770
+ "heart",
41771
+ "hooray",
41772
+ "eyes",
41773
+ "rocket"
41774
+ ]
41775
+ },
41776
+ "issue": {
41777
+ "title": "Issue",
41778
+ "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.",
41779
+ "type": "object",
41780
+ "properties": {
41781
+ "id": { "type": "integer" },
41782
+ "node_id": { "type": "string" },
42231
41783
  "url": {
41784
+ "description": "URL for the issue",
41785
+ "example": "https://api.github.com/repositories/42/issues/1",
42232
41786
  "type": "string",
42233
- "format": "uri",
42234
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347"
42235
- },
42236
- "repository_url": {
42237
- "type": "string",
42238
- "format": "uri",
42239
- "example": "https://api.github.com/repos/octocat/Hello-World"
42240
- },
42241
- "labels_url": {
42242
- "type": "string",
42243
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}"
41787
+ "format": "uri"
42244
41788
  },
42245
- "comments_url": {
42246
- "type": "string",
42247
- "format": "uri",
42248
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments"
41789
+ "repository_url": { "type": "string", "format": "uri" },
41790
+ "labels_url": { "type": "string" },
41791
+ "comments_url": { "type": "string", "format": "uri" },
41792
+ "events_url": { "type": "string", "format": "uri" },
41793
+ "html_url": { "type": "string", "format": "uri" },
41794
+ "number": {
41795
+ "description": "Number uniquely identifying the issue within its repository",
41796
+ "example": 42,
41797
+ "type": "integer"
42249
41798
  },
42250
- "events_url": {
42251
- "type": "string",
42252
- "format": "uri",
42253
- "example": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events"
41799
+ "state": {
41800
+ "description": "State of the issue; either 'open' or 'closed'",
41801
+ "example": "open",
41802
+ "type": "string"
42254
41803
  },
42255
- "html_url": {
42256
- "type": "string",
42257
- "format": "uri",
42258
- "example": "https://github.com/octocat/Hello-World/issues/1347"
41804
+ "title": {
41805
+ "description": "Title of the issue",
41806
+ "example": "Widget creation fails in Safari on OS X 10.8",
41807
+ "type": "string"
42259
41808
  },
42260
- "number": { "type": "integer", "example": 1347 },
42261
- "state": { "type": "string", "example": "open" },
42262
- "title": { "type": "string", "example": "Found a bug" },
42263
41809
  "body": {
41810
+ "description": "Contents of the issue",
41811
+ "example": "It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?",
42264
41812
  "type": "string",
42265
- "example": "I'm having a problem with this."
41813
+ "nullable": true
42266
41814
  },
42267
41815
  "user": { "$ref": "#/components/schemas/nullable-simple-user" },
42268
41816
  "labels": {
41817
+ "description": "Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository",
41818
+ "example": ["bug", "registration"],
42269
41819
  "type": "array",
42270
- "items": { "$ref": "#/components/schemas/label" }
41820
+ "items": {
41821
+ "oneOf": [
41822
+ { "type": "string" },
41823
+ {
41824
+ "type": "object",
41825
+ "properties": {
41826
+ "id": { "type": "integer", "format": "int64" },
41827
+ "node_id": { "type": "string" },
41828
+ "url": { "type": "string", "format": "uri" },
41829
+ "name": { "type": "string" },
41830
+ "description": { "type": "string", "nullable": true },
41831
+ "color": { "type": "string", "nullable": true },
41832
+ "default": { "type": "boolean" }
41833
+ }
41834
+ }
41835
+ ]
41836
+ }
42271
41837
  },
42272
41838
  "assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
42273
41839
  "assignees": {
@@ -42276,13 +41842,9 @@
42276
41842
  "nullable": true
42277
41843
  },
42278
41844
  "milestone": { "$ref": "#/components/schemas/nullable-milestone" },
42279
- "locked": { "type": "boolean", "example": true },
42280
- "active_lock_reason": {
42281
- "type": "string",
42282
- "example": "too heated",
42283
- "nullable": true
42284
- },
42285
- "comments": { "type": "integer", "example": 0 },
41845
+ "locked": { "type": "boolean" },
41846
+ "active_lock_reason": { "type": "string", "nullable": true },
41847
+ "comments": { "type": "integer" },
42286
41848
  "pull_request": {
42287
41849
  "type": "object",
42288
41850
  "properties": {
@@ -42315,26 +41877,20 @@
42315
41877
  "format": "date-time",
42316
41878
  "nullable": true
42317
41879
  },
42318
- "created_at": {
42319
- "type": "string",
42320
- "format": "date-time",
42321
- "example": "2011-04-22T13:33:48Z"
42322
- },
42323
- "updated_at": {
42324
- "type": "string",
42325
- "format": "date-time",
42326
- "example": "2011-04-22T13:33:48Z"
42327
- },
42328
- "author_association": {
42329
- "$ref": "#/components/schemas/author_association"
42330
- },
41880
+ "created_at": { "type": "string", "format": "date-time" },
41881
+ "updated_at": { "type": "string", "format": "date-time" },
41882
+ "closed_by": { "$ref": "#/components/schemas/nullable-simple-user" },
42331
41883
  "body_html": { "type": "string" },
42332
41884
  "body_text": { "type": "string" },
42333
41885
  "timeline_url": { "type": "string", "format": "uri" },
42334
41886
  "repository": { "$ref": "#/components/schemas/repository" },
42335
41887
  "performed_via_github_app": {
42336
41888
  "$ref": "#/components/schemas/nullable-integration"
42337
- }
41889
+ },
41890
+ "author_association": {
41891
+ "$ref": "#/components/schemas/author_association"
41892
+ },
41893
+ "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
42338
41894
  },
42339
41895
  "required": [
42340
41896
  "assignee",
@@ -42360,34 +41916,6 @@
42360
41916
  "updated_at"
42361
41917
  ]
42362
41918
  },
42363
- "reaction-rollup": {
42364
- "title": "Reaction Rollup",
42365
- "type": "object",
42366
- "properties": {
42367
- "url": { "type": "string", "format": "uri" },
42368
- "total_count": { "type": "integer" },
42369
- "+1": { "type": "integer" },
42370
- "-1": { "type": "integer" },
42371
- "laugh": { "type": "integer" },
42372
- "confused": { "type": "integer" },
42373
- "heart": { "type": "integer" },
42374
- "hooray": { "type": "integer" },
42375
- "eyes": { "type": "integer" },
42376
- "rocket": { "type": "integer" }
42377
- },
42378
- "required": [
42379
- "url",
42380
- "total_count",
42381
- "+1",
42382
- "-1",
42383
- "laugh",
42384
- "confused",
42385
- "heart",
42386
- "hooray",
42387
- "eyes",
42388
- "rocket"
42389
- ]
42390
- },
42391
41919
  "issue-comment": {
42392
41920
  "title": "Issue Comment",
42393
41921
  "description": "Comments provide a way for people to collaborate on an issue.",
@@ -42467,7 +41995,7 @@
42467
41995
  "type": "object",
42468
41996
  "properties": {
42469
41997
  "action": { "type": "string" },
42470
- "issue": { "$ref": "#/components/schemas/issue-simple" },
41998
+ "issue": { "$ref": "#/components/schemas/issue" },
42471
41999
  "comment": { "$ref": "#/components/schemas/issue-comment" },
42472
42000
  "pages": {
42473
42001
  "type": "array",
@@ -42959,149 +42487,6 @@
42959
42487
  },
42960
42488
  "required": ["name", "source"]
42961
42489
  },
42962
- "issue": {
42963
- "title": "Issue",
42964
- "description": "Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.",
42965
- "type": "object",
42966
- "properties": {
42967
- "id": { "type": "integer" },
42968
- "node_id": { "type": "string" },
42969
- "url": {
42970
- "description": "URL for the issue",
42971
- "example": "https://api.github.com/repositories/42/issues/1",
42972
- "type": "string",
42973
- "format": "uri"
42974
- },
42975
- "repository_url": { "type": "string", "format": "uri" },
42976
- "labels_url": { "type": "string" },
42977
- "comments_url": { "type": "string", "format": "uri" },
42978
- "events_url": { "type": "string", "format": "uri" },
42979
- "html_url": { "type": "string", "format": "uri" },
42980
- "number": {
42981
- "description": "Number uniquely identifying the issue within its repository",
42982
- "example": 42,
42983
- "type": "integer"
42984
- },
42985
- "state": {
42986
- "description": "State of the issue; either 'open' or 'closed'",
42987
- "example": "open",
42988
- "type": "string"
42989
- },
42990
- "title": {
42991
- "description": "Title of the issue",
42992
- "example": "Widget creation fails in Safari on OS X 10.8",
42993
- "type": "string"
42994
- },
42995
- "body": {
42996
- "description": "Contents of the issue",
42997
- "example": "It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?",
42998
- "type": "string",
42999
- "nullable": true
43000
- },
43001
- "user": { "$ref": "#/components/schemas/nullable-simple-user" },
43002
- "labels": {
43003
- "description": "Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository",
43004
- "example": ["bug", "registration"],
43005
- "type": "array",
43006
- "items": {
43007
- "oneOf": [
43008
- { "type": "string" },
43009
- {
43010
- "type": "object",
43011
- "properties": {
43012
- "id": { "type": "integer", "format": "int64" },
43013
- "node_id": { "type": "string" },
43014
- "url": { "type": "string", "format": "uri" },
43015
- "name": { "type": "string" },
43016
- "description": { "type": "string", "nullable": true },
43017
- "color": { "type": "string", "nullable": true },
43018
- "default": { "type": "boolean" }
43019
- }
43020
- }
43021
- ]
43022
- }
43023
- },
43024
- "assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
43025
- "assignees": {
43026
- "type": "array",
43027
- "items": { "$ref": "#/components/schemas/simple-user" },
43028
- "nullable": true
43029
- },
43030
- "milestone": { "$ref": "#/components/schemas/nullable-milestone" },
43031
- "locked": { "type": "boolean" },
43032
- "active_lock_reason": { "type": "string", "nullable": true },
43033
- "comments": { "type": "integer" },
43034
- "pull_request": {
43035
- "type": "object",
43036
- "properties": {
43037
- "merged_at": {
43038
- "type": "string",
43039
- "format": "date-time",
43040
- "nullable": true
43041
- },
43042
- "diff_url": {
43043
- "type": "string",
43044
- "format": "uri",
43045
- "nullable": true
43046
- },
43047
- "html_url": {
43048
- "type": "string",
43049
- "format": "uri",
43050
- "nullable": true
43051
- },
43052
- "patch_url": {
43053
- "type": "string",
43054
- "format": "uri",
43055
- "nullable": true
43056
- },
43057
- "url": { "type": "string", "format": "uri", "nullable": true }
43058
- },
43059
- "required": ["diff_url", "html_url", "patch_url", "url"]
43060
- },
43061
- "closed_at": {
43062
- "type": "string",
43063
- "format": "date-time",
43064
- "nullable": true
43065
- },
43066
- "created_at": { "type": "string", "format": "date-time" },
43067
- "updated_at": { "type": "string", "format": "date-time" },
43068
- "closed_by": { "$ref": "#/components/schemas/nullable-simple-user" },
43069
- "body_html": { "type": "string" },
43070
- "body_text": { "type": "string" },
43071
- "timeline_url": { "type": "string", "format": "uri" },
43072
- "repository": { "$ref": "#/components/schemas/repository" },
43073
- "performed_via_github_app": {
43074
- "$ref": "#/components/schemas/nullable-integration"
43075
- },
43076
- "author_association": {
43077
- "$ref": "#/components/schemas/author_association"
43078
- },
43079
- "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
43080
- },
43081
- "required": [
43082
- "assignee",
43083
- "closed_at",
43084
- "comments",
43085
- "comments_url",
43086
- "events_url",
43087
- "html_url",
43088
- "id",
43089
- "node_id",
43090
- "labels",
43091
- "labels_url",
43092
- "milestone",
43093
- "number",
43094
- "repository_url",
43095
- "state",
43096
- "locked",
43097
- "title",
43098
- "url",
43099
- "user",
43100
- "author_association",
43101
- "created_at",
43102
- "updated_at"
43103
- ]
43104
- },
43105
42490
  "license-simple": {
43106
42491
  "title": "License Simple",
43107
42492
  "description": "License Simple",
@@ -46671,6 +46056,9 @@
46671
46056
  },
46672
46057
  "code_scanning_upload": {
46673
46058
  "$ref": "#/components/schemas/rate-limit"
46059
+ },
46060
+ "actions_runner_registration": {
46061
+ "$ref": "#/components/schemas/rate-limit"
46674
46062
  }
46675
46063
  },
46676
46064
  "required": ["core", "search"]
@@ -47798,7 +47186,18 @@
47798
47186
  "required": ["total_ms", "jobs"],
47799
47187
  "properties": {
47800
47188
  "total_ms": { "type": "integer" },
47801
- "jobs": { "type": "integer" }
47189
+ "jobs": { "type": "integer" },
47190
+ "job_runs": {
47191
+ "type": "array",
47192
+ "items": {
47193
+ "type": "object",
47194
+ "required": ["job_id", "duration_ms"],
47195
+ "properties": {
47196
+ "job_id": { "type": "integer" },
47197
+ "duration_ms": { "type": "integer" }
47198
+ }
47199
+ }
47200
+ }
47802
47201
  }
47803
47202
  },
47804
47203
  "MACOS": {
@@ -47806,7 +47205,18 @@
47806
47205
  "required": ["total_ms", "jobs"],
47807
47206
  "properties": {
47808
47207
  "total_ms": { "type": "integer" },
47809
- "jobs": { "type": "integer" }
47208
+ "jobs": { "type": "integer" },
47209
+ "job_runs": {
47210
+ "type": "array",
47211
+ "items": {
47212
+ "type": "object",
47213
+ "required": ["job_id", "duration_ms"],
47214
+ "properties": {
47215
+ "job_id": { "type": "integer" },
47216
+ "duration_ms": { "type": "integer" }
47217
+ }
47218
+ }
47219
+ }
47810
47220
  }
47811
47221
  },
47812
47222
  "WINDOWS": {
@@ -47814,7 +47224,18 @@
47814
47224
  "required": ["total_ms", "jobs"],
47815
47225
  "properties": {
47816
47226
  "total_ms": { "type": "integer" },
47817
- "jobs": { "type": "integer" }
47227
+ "jobs": { "type": "integer" },
47228
+ "job_runs": {
47229
+ "type": "array",
47230
+ "items": {
47231
+ "type": "object",
47232
+ "required": ["job_id", "duration_ms"],
47233
+ "properties": {
47234
+ "job_id": { "type": "integer" },
47235
+ "duration_ms": { "type": "integer" }
47236
+ }
47237
+ }
47238
+ }
47818
47239
  }
47819
47240
  }
47820
47241
  }
@@ -49025,6 +48446,10 @@
49025
48446
  "type": "string",
49026
48447
  "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."
49027
48448
  },
48449
+ "code-scanning-analysis-category": {
48450
+ "type": "string",
48451
+ "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."
48452
+ },
49028
48453
  "code-scanning-alert-location": {
49029
48454
  "type": "object",
49030
48455
  "description": "Describe a region within a file for the alert.",
@@ -49052,6 +48477,9 @@
49052
48477
  "environment": {
49053
48478
  "$ref": "#/components/schemas/code-scanning-alert-environment"
49054
48479
  },
48480
+ "category": {
48481
+ "$ref": "#/components/schemas/code-scanning-analysis-category"
48482
+ },
49055
48483
  "state": { "$ref": "#/components/schemas/code-scanning-alert-state" },
49056
48484
  "commit_sha": { "type": "string" },
49057
48485
  "message": {
@@ -49227,10 +48655,6 @@
49227
48655
  "type": "string",
49228
48656
  "description": "Identifies the variable values associated with the environment in which this analysis was performed."
49229
48657
  },
49230
- "code-scanning-analysis-category": {
49231
- "type": "string",
49232
- "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."
49233
- },
49234
48658
  "code-scanning-analysis-created-at": {
49235
48659
  "type": "string",
49236
48660
  "description": "The time that the analysis was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.",
@@ -51382,7 +50806,7 @@
51382
50806
  "format": "date-time",
51383
50807
  "example": "2011-04-14T16:00:49Z"
51384
50808
  },
51385
- "issue": { "$ref": "#/components/schemas/issue-simple" },
50809
+ "issue": { "$ref": "#/components/schemas/issue" },
51386
50810
  "label": { "$ref": "#/components/schemas/issue-event-label" },
51387
50811
  "assignee": { "$ref": "#/components/schemas/nullable-simple-user" },
51388
50812
  "assigner": { "$ref": "#/components/schemas/nullable-simple-user" },
@@ -52022,6 +51446,49 @@
52022
51446
  { "$ref": "#/components/schemas/converted-note-to-issue-issue-event" }
52023
51447
  ]
52024
51448
  },
51449
+ "label": {
51450
+ "title": "Label",
51451
+ "description": "Color-coded labels help you categorize and filter your issues (just like labels in Gmail).",
51452
+ "type": "object",
51453
+ "properties": {
51454
+ "id": { "type": "integer", "format": "int64", "example": 208045946 },
51455
+ "node_id": {
51456
+ "type": "string",
51457
+ "example": "MDU6TGFiZWwyMDgwNDU5NDY="
51458
+ },
51459
+ "url": {
51460
+ "description": "URL for the label",
51461
+ "example": "https://api.github.com/repositories/42/labels/bug",
51462
+ "type": "string",
51463
+ "format": "uri"
51464
+ },
51465
+ "name": {
51466
+ "description": "The name of the label.",
51467
+ "example": "bug",
51468
+ "type": "string"
51469
+ },
51470
+ "description": {
51471
+ "type": "string",
51472
+ "example": "Something isn't working",
51473
+ "nullable": true
51474
+ },
51475
+ "color": {
51476
+ "description": "6-character hex code, without the leading #, identifying the color",
51477
+ "example": "FFFFFF",
51478
+ "type": "string"
51479
+ },
51480
+ "default": { "type": "boolean", "example": true }
51481
+ },
51482
+ "required": [
51483
+ "id",
51484
+ "node_id",
51485
+ "url",
51486
+ "name",
51487
+ "description",
51488
+ "color",
51489
+ "default"
51490
+ ]
51491
+ },
52025
51492
  "timeline-comment-event": {
52026
51493
  "title": "Timeline Comment Event",
52027
51494
  "description": "Timeline Comment Event",
@@ -52096,7 +51563,7 @@
52096
51563
  "type": "object",
52097
51564
  "properties": {
52098
51565
  "type": { "type": "string" },
52099
- "issue": { "$ref": "#/components/schemas/issue-simple" }
51566
+ "issue": { "$ref": "#/components/schemas/issue" }
52100
51567
  }
52101
51568
  }
52102
51569
  },
@@ -55124,7 +54591,8 @@
55124
54591
  "timeline_url": { "type": "string", "format": "uri" },
55125
54592
  "performed_via_github_app": {
55126
54593
  "$ref": "#/components/schemas/nullable-integration"
55127
- }
54594
+ },
54595
+ "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
55128
54596
  },
55129
54597
  "required": [
55130
54598
  "assignee",
@@ -61738,598 +61206,118 @@
61738
61206
  "open_issues": 1,
61739
61207
  "watchers": 1
61740
61208
  },
61741
- "source": {
61742
- "id": 1296269,
61743
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
61744
- "name": "Hello-World",
61745
- "full_name": "octocat/Hello-World",
61746
- "owner": {
61747
- "login": "octocat",
61748
- "id": 1,
61749
- "node_id": "MDQ6VXNlcjE=",
61750
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61751
- "gravatar_id": "",
61752
- "url": "https://api.github.com/users/octocat",
61753
- "html_url": "https://github.com/octocat",
61754
- "followers_url": "https://api.github.com/users/octocat/followers",
61755
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61756
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61757
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61758
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61759
- "organizations_url": "https://api.github.com/users/octocat/orgs",
61760
- "repos_url": "https://api.github.com/users/octocat/repos",
61761
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61762
- "received_events_url": "https://api.github.com/users/octocat/received_events",
61763
- "type": "User",
61764
- "site_admin": false
61765
- },
61766
- "private": false,
61767
- "html_url": "https://github.com/octocat/Hello-World",
61768
- "description": "This your first repo!",
61769
- "fork": false,
61770
- "url": "https://api.github.com/repos/octocat/Hello-World",
61771
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
61772
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
61773
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
61774
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
61775
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
61776
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
61777
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
61778
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
61779
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
61780
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
61781
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
61782
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
61783
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
61784
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
61785
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
61786
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
61787
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
61788
- "git_url": "git:github.com/octocat/Hello-World.git",
61789
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
61790
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
61791
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
61792
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
61793
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
61794
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
61795
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
61796
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
61797
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
61798
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
61799
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
61800
- "ssh_url": "git@github.com:octocat/Hello-World.git",
61801
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
61802
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
61803
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
61804
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
61805
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
61806
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
61807
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
61808
- "clone_url": "https://github.com/octocat/Hello-World.git",
61809
- "mirror_url": "git:git.example.com/octocat/Hello-World",
61810
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
61811
- "svn_url": "https://svn.github.com/octocat/Hello-World",
61812
- "homepage": "https://github.com",
61813
- "language": null,
61814
- "forks_count": 9,
61815
- "stargazers_count": 80,
61816
- "watchers_count": 80,
61817
- "size": 108,
61818
- "default_branch": "master",
61819
- "open_issues_count": 0,
61820
- "is_template": true,
61821
- "topics": ["octocat", "atom", "electron", "api"],
61822
- "has_issues": true,
61823
- "has_projects": true,
61824
- "has_wiki": true,
61825
- "has_pages": false,
61826
- "has_downloads": true,
61827
- "archived": false,
61828
- "disabled": false,
61829
- "visibility": "public",
61830
- "pushed_at": "2011-01-26T19:06:43Z",
61831
- "created_at": "2011-01-26T19:01:12Z",
61832
- "updated_at": "2011-01-26T19:14:43Z",
61833
- "permissions": { "admin": false, "push": false, "pull": true },
61834
- "allow_rebase_merge": true,
61835
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
61836
- "allow_squash_merge": true,
61837
- "allow_auto_merge": false,
61838
- "delete_branch_on_merge": true,
61839
- "allow_merge_commit": true,
61840
- "subscribers_count": 42,
61841
- "network_count": 0,
61842
- "license": {
61843
- "key": "mit",
61844
- "name": "MIT License",
61845
- "url": "https://api.github.com/licenses/mit",
61846
- "spdx_id": "MIT",
61847
- "node_id": "MDc6TGljZW5zZW1pdA==",
61848
- "html_url": "https://api.github.com/licenses/mit"
61849
- },
61850
- "forks": 1,
61851
- "open_issues": 1,
61852
- "watchers": 1
61853
- }
61854
- }
61855
- },
61856
- "full-repository-response-with-scarlet-witch-preview-media-type": {
61857
- "summary": "Response with scarlet-witch-preview media type",
61858
- "value": {
61859
- "id": 1296269,
61860
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
61861
- "name": "Hello-World",
61862
- "full_name": "octocat/Hello-World",
61863
- "owner": {
61864
- "login": "octocat",
61865
- "id": 1,
61866
- "node_id": "MDQ6VXNlcjE=",
61867
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61868
- "gravatar_id": "",
61869
- "url": "https://api.github.com/users/octocat",
61870
- "html_url": "https://github.com/octocat",
61871
- "followers_url": "https://api.github.com/users/octocat/followers",
61872
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61873
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61874
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61875
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61876
- "organizations_url": "https://api.github.com/users/octocat/orgs",
61877
- "repos_url": "https://api.github.com/users/octocat/repos",
61878
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61879
- "received_events_url": "https://api.github.com/users/octocat/received_events",
61880
- "type": "User",
61881
- "site_admin": false
61882
- },
61883
- "private": false,
61884
- "html_url": "https://github.com/octocat/Hello-World",
61885
- "description": "This your first repo!",
61886
- "fork": false,
61887
- "url": "https://api.github.com/repos/octocat/Hello-World",
61888
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
61889
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
61890
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
61891
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
61892
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
61893
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
61894
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
61895
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
61896
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
61897
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
61898
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
61899
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
61900
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
61901
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
61902
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
61903
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
61904
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
61905
- "git_url": "git:github.com/octocat/Hello-World.git",
61906
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
61907
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
61908
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
61909
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
61910
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
61911
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
61912
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
61913
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
61914
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
61915
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
61916
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
61917
- "ssh_url": "git@github.com:octocat/Hello-World.git",
61918
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
61919
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
61920
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
61921
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
61922
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
61923
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
61924
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
61925
- "clone_url": "https://github.com/octocat/Hello-World.git",
61926
- "mirror_url": "git:git.example.com/octocat/Hello-World",
61927
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
61928
- "svn_url": "https://svn.github.com/octocat/Hello-World",
61929
- "homepage": "https://github.com",
61930
- "language": null,
61931
- "forks_count": 9,
61932
- "forks": 9,
61933
- "stargazers_count": 80,
61934
- "watchers_count": 80,
61935
- "watchers": 80,
61936
- "size": 108,
61937
- "default_branch": "master",
61938
- "open_issues_count": 0,
61939
- "open_issues": 0,
61940
- "is_template": false,
61941
- "topics": ["octocat", "atom", "electron", "api"],
61942
- "has_issues": true,
61943
- "has_projects": true,
61944
- "has_wiki": true,
61945
- "has_pages": false,
61946
- "has_downloads": true,
61947
- "archived": false,
61948
- "disabled": false,
61949
- "visibility": "public",
61950
- "pushed_at": "2011-01-26T19:06:43Z",
61951
- "created_at": "2011-01-26T19:01:12Z",
61952
- "updated_at": "2011-01-26T19:14:43Z",
61953
- "permissions": { "pull": true, "push": false, "admin": false },
61954
- "allow_rebase_merge": true,
61955
- "template_repository": {
61956
- "id": 1296269,
61957
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
61958
- "name": "Hello-World-Template",
61959
- "full_name": "octocat/Hello-World-Template",
61960
- "owner": {
61961
- "login": "octocat",
61962
- "id": 1,
61963
- "node_id": "MDQ6VXNlcjE=",
61964
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61965
- "gravatar_id": "",
61966
- "url": "https://api.github.com/users/octocat",
61967
- "html_url": "https://github.com/octocat",
61968
- "followers_url": "https://api.github.com/users/octocat/followers",
61969
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61970
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61971
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61972
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61973
- "organizations_url": "https://api.github.com/users/octocat/orgs",
61974
- "repos_url": "https://api.github.com/users/octocat/repos",
61975
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61976
- "received_events_url": "https://api.github.com/users/octocat/received_events",
61977
- "type": "User",
61978
- "site_admin": false
61979
- },
61980
- "private": false,
61981
- "html_url": "https://github.com/octocat/Hello-World-Template",
61982
- "description": "This your first repo!",
61983
- "fork": false,
61984
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
61985
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
61986
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
61987
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
61988
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
61989
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
61990
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
61991
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
61992
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
61993
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
61994
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
61995
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
61996
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
61997
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
61998
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
61999
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
62000
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
62001
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
62002
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
62003
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
62004
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
62005
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
62006
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
62007
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
62008
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
62009
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
62010
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
62011
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
62012
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
62013
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
62014
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
62015
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
62016
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
62017
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
62018
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
62019
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
62020
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
62021
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
62022
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
62023
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
62024
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
62025
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
62026
- "homepage": "https://github.com",
62027
- "language": null,
62028
- "forks": 9,
62029
- "forks_count": 9,
62030
- "stargazers_count": 80,
62031
- "watchers_count": 80,
62032
- "watchers": 80,
62033
- "size": 108,
62034
- "default_branch": "master",
62035
- "open_issues": 0,
62036
- "open_issues_count": 0,
62037
- "is_template": true,
62038
- "license": {
62039
- "key": "mit",
62040
- "name": "MIT License",
62041
- "url": "https://api.github.com/licenses/mit",
62042
- "spdx_id": "MIT",
62043
- "node_id": "MDc6TGljZW5zZW1pdA==",
62044
- "html_url": "https://api.github.com/licenses/mit"
62045
- },
62046
- "topics": ["octocat", "atom", "electron", "api"],
62047
- "has_issues": true,
62048
- "has_projects": true,
62049
- "has_wiki": true,
62050
- "has_pages": false,
62051
- "has_downloads": true,
62052
- "archived": false,
62053
- "disabled": false,
62054
- "visibility": "public",
62055
- "pushed_at": "2011-01-26T19:06:43Z",
62056
- "created_at": "2011-01-26T19:01:12Z",
62057
- "updated_at": "2011-01-26T19:14:43Z",
62058
- "permissions": { "admin": false, "push": false, "pull": true },
62059
- "allow_rebase_merge": true,
62060
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
62061
- "allow_squash_merge": true,
62062
- "allow_auto_merge": false,
62063
- "delete_branch_on_merge": true,
62064
- "allow_merge_commit": true,
62065
- "subscribers_count": 42,
62066
- "network_count": 0
62067
- },
62068
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
62069
- "allow_squash_merge": true,
62070
- "allow_auto_merge": false,
62071
- "delete_branch_on_merge": true,
62072
- "allow_merge_commit": true,
62073
- "subscribers_count": 42,
62074
- "network_count": 0,
62075
- "license": {
62076
- "key": "mit",
62077
- "name": "MIT License",
62078
- "spdx_id": "MIT",
62079
- "url": "https://api.github.com/licenses/mit",
62080
- "node_id": "MDc6TGljZW5zZW1pdA=="
62081
- },
62082
- "organization": {
62083
- "login": "octocat",
62084
- "id": 1,
62085
- "node_id": "MDQ6VXNlcjE=",
62086
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
62087
- "gravatar_id": "",
62088
- "url": "https://api.github.com/users/octocat",
62089
- "html_url": "https://github.com/octocat",
62090
- "followers_url": "https://api.github.com/users/octocat/followers",
62091
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
62092
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
62093
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
62094
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
62095
- "organizations_url": "https://api.github.com/users/octocat/orgs",
62096
- "repos_url": "https://api.github.com/users/octocat/repos",
62097
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
62098
- "received_events_url": "https://api.github.com/users/octocat/received_events",
62099
- "type": "Organization",
62100
- "site_admin": false
62101
- },
62102
- "parent": {
62103
- "id": 1296269,
62104
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
62105
- "name": "Hello-World",
62106
- "full_name": "octocat/Hello-World",
62107
- "owner": {
62108
- "login": "octocat",
62109
- "id": 1,
62110
- "node_id": "MDQ6VXNlcjE=",
62111
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
62112
- "gravatar_id": "",
62113
- "url": "https://api.github.com/users/octocat",
62114
- "html_url": "https://github.com/octocat",
62115
- "followers_url": "https://api.github.com/users/octocat/followers",
62116
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
62117
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
62118
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
62119
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
62120
- "organizations_url": "https://api.github.com/users/octocat/orgs",
62121
- "repos_url": "https://api.github.com/users/octocat/repos",
62122
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
62123
- "received_events_url": "https://api.github.com/users/octocat/received_events",
62124
- "type": "User",
62125
- "site_admin": false
62126
- },
62127
- "private": false,
62128
- "html_url": "https://github.com/octocat/Hello-World",
62129
- "description": "This your first repo!",
62130
- "fork": false,
62131
- "url": "https://api.github.com/repos/octocat/Hello-World",
62132
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
62133
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
62134
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
62135
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
62136
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
62137
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
62138
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
62139
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
62140
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
62141
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
62142
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
62143
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
62144
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
62145
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
62146
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
62147
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
62148
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
62149
- "git_url": "git:github.com/octocat/Hello-World.git",
62150
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
62151
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
62152
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
62153
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
62154
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
62155
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
62156
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
62157
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
62158
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
62159
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
62160
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
62161
- "ssh_url": "git@github.com:octocat/Hello-World.git",
62162
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
62163
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
62164
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
62165
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
62166
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
62167
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
62168
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
62169
- "clone_url": "https://github.com/octocat/Hello-World.git",
62170
- "mirror_url": "git:git.example.com/octocat/Hello-World",
62171
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
62172
- "svn_url": "https://svn.github.com/octocat/Hello-World",
62173
- "homepage": "https://github.com",
62174
- "language": null,
62175
- "forks_count": 9,
62176
- "stargazers_count": 80,
62177
- "watchers_count": 80,
62178
- "size": 108,
62179
- "default_branch": "master",
62180
- "open_issues_count": 0,
62181
- "is_template": true,
62182
- "topics": ["octocat", "atom", "electron", "api"],
62183
- "has_issues": true,
62184
- "has_projects": true,
62185
- "has_wiki": true,
62186
- "has_pages": false,
62187
- "has_downloads": true,
62188
- "archived": false,
62189
- "disabled": false,
62190
- "visibility": "public",
62191
- "pushed_at": "2011-01-26T19:06:43Z",
62192
- "created_at": "2011-01-26T19:01:12Z",
62193
- "updated_at": "2011-01-26T19:14:43Z",
62194
- "permissions": { "admin": false, "push": false, "pull": true },
62195
- "allow_rebase_merge": true,
62196
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
62197
- "allow_squash_merge": true,
62198
- "allow_auto_merge": false,
62199
- "delete_branch_on_merge": true,
62200
- "allow_merge_commit": true,
62201
- "subscribers_count": 42,
62202
- "network_count": 0,
62203
- "license": {
62204
- "key": "mit",
62205
- "name": "MIT License",
62206
- "url": "https://api.github.com/licenses/mit",
62207
- "spdx_id": "MIT",
62208
- "node_id": "MDc6TGljZW5zZW1pdA==",
62209
- "html_url": "https://api.github.com/licenses/mit"
62210
- },
62211
- "forks": 1,
62212
- "open_issues": 1,
62213
- "watchers": 1
62214
- },
62215
- "source": {
62216
- "id": 1296269,
62217
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
62218
- "name": "Hello-World",
62219
- "full_name": "octocat/Hello-World",
62220
- "owner": {
62221
- "login": "octocat",
62222
- "id": 1,
62223
- "node_id": "MDQ6VXNlcjE=",
62224
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
62225
- "gravatar_id": "",
62226
- "url": "https://api.github.com/users/octocat",
62227
- "html_url": "https://github.com/octocat",
62228
- "followers_url": "https://api.github.com/users/octocat/followers",
62229
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
62230
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
62231
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
62232
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
62233
- "organizations_url": "https://api.github.com/users/octocat/orgs",
62234
- "repos_url": "https://api.github.com/users/octocat/repos",
62235
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
62236
- "received_events_url": "https://api.github.com/users/octocat/received_events",
62237
- "type": "User",
62238
- "site_admin": false
62239
- },
62240
- "private": false,
62241
- "html_url": "https://github.com/octocat/Hello-World",
62242
- "description": "This your first repo!",
62243
- "fork": false,
62244
- "url": "https://api.github.com/repos/octocat/Hello-World",
62245
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
62246
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
62247
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
62248
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
62249
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
62250
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
62251
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
62252
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
62253
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
62254
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
62255
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
62256
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
62257
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
62258
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
62259
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
62260
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
62261
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
62262
- "git_url": "git:github.com/octocat/Hello-World.git",
62263
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
62264
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
62265
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
62266
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
62267
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
62268
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
62269
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
62270
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
62271
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
62272
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
62273
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
62274
- "ssh_url": "git@github.com:octocat/Hello-World.git",
62275
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
62276
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
62277
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
62278
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
62279
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
62280
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
62281
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
62282
- "clone_url": "https://github.com/octocat/Hello-World.git",
62283
- "mirror_url": "git:git.example.com/octocat/Hello-World",
62284
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
62285
- "svn_url": "https://svn.github.com/octocat/Hello-World",
62286
- "homepage": "https://github.com",
62287
- "language": null,
62288
- "forks_count": 9,
62289
- "stargazers_count": 80,
62290
- "watchers_count": 80,
62291
- "size": 108,
62292
- "default_branch": "master",
62293
- "open_issues_count": 0,
62294
- "is_template": true,
62295
- "topics": ["octocat", "atom", "electron", "api"],
62296
- "has_issues": true,
62297
- "has_projects": true,
62298
- "has_wiki": true,
62299
- "has_pages": false,
62300
- "has_downloads": true,
62301
- "archived": false,
62302
- "disabled": false,
62303
- "visibility": "public",
62304
- "pushed_at": "2011-01-26T19:06:43Z",
62305
- "created_at": "2011-01-26T19:01:12Z",
62306
- "updated_at": "2011-01-26T19:14:43Z",
62307
- "permissions": { "admin": false, "push": false, "pull": true },
62308
- "allow_rebase_merge": true,
62309
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
62310
- "allow_squash_merge": true,
62311
- "allow_auto_merge": false,
62312
- "delete_branch_on_merge": true,
62313
- "allow_merge_commit": true,
62314
- "subscribers_count": 42,
62315
- "network_count": 0,
62316
- "license": {
62317
- "key": "mit",
62318
- "name": "MIT License",
62319
- "url": "https://api.github.com/licenses/mit",
62320
- "spdx_id": "MIT",
62321
- "node_id": "MDc6TGljZW5zZW1pdA==",
62322
- "html_url": "https://api.github.com/licenses/mit"
62323
- },
62324
- "forks": 1,
62325
- "open_issues": 1,
62326
- "watchers": 1
62327
- },
62328
- "code_of_conduct": {
62329
- "key": "other",
62330
- "name": "Other",
62331
- "html_url": "https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md",
62332
- "url": "https://api.github.com/repos/github/docs/community/code_of_conduct"
61209
+ "source": {
61210
+ "id": 1296269,
61211
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
61212
+ "name": "Hello-World",
61213
+ "full_name": "octocat/Hello-World",
61214
+ "owner": {
61215
+ "login": "octocat",
61216
+ "id": 1,
61217
+ "node_id": "MDQ6VXNlcjE=",
61218
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
61219
+ "gravatar_id": "",
61220
+ "url": "https://api.github.com/users/octocat",
61221
+ "html_url": "https://github.com/octocat",
61222
+ "followers_url": "https://api.github.com/users/octocat/followers",
61223
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
61224
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
61225
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
61226
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
61227
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
61228
+ "repos_url": "https://api.github.com/users/octocat/repos",
61229
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
61230
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
61231
+ "type": "User",
61232
+ "site_admin": false
61233
+ },
61234
+ "private": false,
61235
+ "html_url": "https://github.com/octocat/Hello-World",
61236
+ "description": "This your first repo!",
61237
+ "fork": false,
61238
+ "url": "https://api.github.com/repos/octocat/Hello-World",
61239
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
61240
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
61241
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
61242
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
61243
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
61244
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
61245
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
61246
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
61247
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
61248
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
61249
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
61250
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
61251
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
61252
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
61253
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
61254
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
61255
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
61256
+ "git_url": "git:github.com/octocat/Hello-World.git",
61257
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
61258
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
61259
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
61260
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
61261
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
61262
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
61263
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
61264
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
61265
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
61266
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
61267
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
61268
+ "ssh_url": "git@github.com:octocat/Hello-World.git",
61269
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
61270
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
61271
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
61272
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
61273
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
61274
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
61275
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
61276
+ "clone_url": "https://github.com/octocat/Hello-World.git",
61277
+ "mirror_url": "git:git.example.com/octocat/Hello-World",
61278
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
61279
+ "svn_url": "https://svn.github.com/octocat/Hello-World",
61280
+ "homepage": "https://github.com",
61281
+ "language": null,
61282
+ "forks_count": 9,
61283
+ "stargazers_count": 80,
61284
+ "watchers_count": 80,
61285
+ "size": 108,
61286
+ "default_branch": "master",
61287
+ "open_issues_count": 0,
61288
+ "is_template": true,
61289
+ "topics": ["octocat", "atom", "electron", "api"],
61290
+ "has_issues": true,
61291
+ "has_projects": true,
61292
+ "has_wiki": true,
61293
+ "has_pages": false,
61294
+ "has_downloads": true,
61295
+ "archived": false,
61296
+ "disabled": false,
61297
+ "visibility": "public",
61298
+ "pushed_at": "2011-01-26T19:06:43Z",
61299
+ "created_at": "2011-01-26T19:01:12Z",
61300
+ "updated_at": "2011-01-26T19:14:43Z",
61301
+ "permissions": { "admin": false, "push": false, "pull": true },
61302
+ "allow_rebase_merge": true,
61303
+ "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
61304
+ "allow_squash_merge": true,
61305
+ "allow_auto_merge": false,
61306
+ "delete_branch_on_merge": true,
61307
+ "allow_merge_commit": true,
61308
+ "subscribers_count": 42,
61309
+ "network_count": 0,
61310
+ "license": {
61311
+ "key": "mit",
61312
+ "name": "MIT License",
61313
+ "url": "https://api.github.com/licenses/mit",
61314
+ "spdx_id": "MIT",
61315
+ "node_id": "MDc6TGljZW5zZW1pdA==",
61316
+ "html_url": "https://api.github.com/licenses/mit"
61317
+ },
61318
+ "forks": 1,
61319
+ "open_issues": 1,
61320
+ "watchers": 1
62333
61321
  }
62334
61322
  }
62335
61323
  },
@@ -63552,9 +62540,29 @@
63552
62540
  "workflow-run-usage": {
63553
62541
  "value": {
63554
62542
  "billable": {
63555
- "UBUNTU": { "total_ms": 180000, "jobs": 1 },
63556
- "MACOS": { "total_ms": 240000, "jobs": 4 },
63557
- "WINDOWS": { "total_ms": 300000, "jobs": 2 }
62543
+ "UBUNTU": {
62544
+ "total_ms": 180000,
62545
+ "jobs": 1,
62546
+ "job_runs": [{ "job_id": 1, "duration_ms": 180000 }]
62547
+ },
62548
+ "MACOS": {
62549
+ "total_ms": 240000,
62550
+ "jobs": 4,
62551
+ "job_runs": [
62552
+ { "job_id": 2, "duration_ms": 60000 },
62553
+ { "job_id": 3, "duration_ms": 60000 },
62554
+ { "job_id": 4, "duration_ms": 60000 },
62555
+ { "job_id": 5, "duration_ms": 60000 }
62556
+ ]
62557
+ },
62558
+ "WINDOWS": {
62559
+ "total_ms": 300000,
62560
+ "jobs": 2,
62561
+ "job_runs": [
62562
+ { "job_id": 6, "duration_ms": 150000 },
62563
+ { "job_id": 7, "duration_ms": 150000 }
62564
+ ]
62565
+ }
63558
62566
  },
63559
62567
  "run_duration_ms": 500000
63560
62568
  }
@@ -65130,6 +64138,7 @@
65130
64138
  "ref": "refs/pull/3740/merge",
65131
64139
  "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
65132
64140
  "environment": "",
64141
+ "category": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
65133
64142
  "state": "fixed",
65134
64143
  "commit_sha": "b09da05606e27f463a2b49287684b4ae777092f2",
65135
64144
  "message": {
@@ -66512,15 +65521,6 @@
66512
65521
  }
66513
65522
  ]
66514
65523
  },
66515
- "code-of-conduct-2": {
66516
- "value": {
66517
- "key": "contributor_covenant",
66518
- "name": "Contributor Covenant",
66519
- "url": "https://github.com/LindseyB/cosee/blob/master/CODE_OF_CONDUCT.md",
66520
- "body": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment include:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response\nto any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,\nposting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at lindseyb@github.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n",
66521
- "html_url": "https://github.com/LindseyB/cosee/blob/master/CODE_OF_CONDUCT.md"
66522
- }
66523
- },
66524
65524
  "community-profile": {
66525
65525
  "value": {
66526
65526
  "health_percentage": 100,
@@ -68191,7 +67191,7 @@
68191
67191
  "html_url": "https://github.com/octocat/Hello-World/invitations"
68192
67192
  }
68193
67193
  },
68194
- "issue-simple-items": {
67194
+ "issue-items": {
68195
67195
  "value": [
68196
67196
  {
68197
67197
  "id": 1,
@@ -68328,6 +67328,26 @@
68328
67328
  "closed_at": null,
68329
67329
  "created_at": "2011-04-22T13:33:48Z",
68330
67330
  "updated_at": "2011-04-22T13:33:48Z",
67331
+ "closed_by": {
67332
+ "login": "octocat",
67333
+ "id": 1,
67334
+ "node_id": "MDQ6VXNlcjE=",
67335
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67336
+ "gravatar_id": "",
67337
+ "url": "https://api.github.com/users/octocat",
67338
+ "html_url": "https://github.com/octocat",
67339
+ "followers_url": "https://api.github.com/users/octocat/followers",
67340
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
67341
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
67342
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
67343
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
67344
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
67345
+ "repos_url": "https://api.github.com/users/octocat/repos",
67346
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
67347
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
67348
+ "type": "User",
67349
+ "site_admin": false
67350
+ },
68331
67351
  "author_association": "COLLABORATOR"
68332
67352
  }
68333
67353
  ]
@@ -68934,185 +67954,6 @@
68934
67954
  }
68935
67955
  }
68936
67956
  },
68937
- "issue-simple": {
68938
- "value": {
68939
- "id": 1,
68940
- "node_id": "MDU6SXNzdWUx",
68941
- "url": "https://api.github.com/repos/octocat/Hello-World/issues/1347",
68942
- "repository_url": "https://api.github.com/repos/octocat/Hello-World",
68943
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/labels{/name}",
68944
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/comments",
68945
- "events_url": "https://api.github.com/repos/octocat/Hello-World/issues/1347/events",
68946
- "html_url": "https://github.com/octocat/Hello-World/issues/1347",
68947
- "number": 1347,
68948
- "state": "open",
68949
- "title": "Found a bug",
68950
- "body": "I'm having a problem with this.",
68951
- "user": {
68952
- "login": "octocat",
68953
- "id": 1,
68954
- "node_id": "MDQ6VXNlcjE=",
68955
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68956
- "gravatar_id": "",
68957
- "url": "https://api.github.com/users/octocat",
68958
- "html_url": "https://github.com/octocat",
68959
- "followers_url": "https://api.github.com/users/octocat/followers",
68960
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68961
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68962
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68963
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68964
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68965
- "repos_url": "https://api.github.com/users/octocat/repos",
68966
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68967
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68968
- "type": "User",
68969
- "site_admin": false
68970
- },
68971
- "labels": [
68972
- {
68973
- "id": 208045946,
68974
- "node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
68975
- "url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
68976
- "name": "bug",
68977
- "description": "Something isn't working",
68978
- "color": "f29513",
68979
- "default": true
68980
- }
68981
- ],
68982
- "assignee": {
68983
- "login": "octocat",
68984
- "id": 1,
68985
- "node_id": "MDQ6VXNlcjE=",
68986
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68987
- "gravatar_id": "",
68988
- "url": "https://api.github.com/users/octocat",
68989
- "html_url": "https://github.com/octocat",
68990
- "followers_url": "https://api.github.com/users/octocat/followers",
68991
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68992
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68993
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68994
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68995
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68996
- "repos_url": "https://api.github.com/users/octocat/repos",
68997
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68998
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68999
- "type": "User",
69000
- "site_admin": false
69001
- },
69002
- "assignees": [
69003
- {
69004
- "login": "octocat",
69005
- "id": 1,
69006
- "node_id": "MDQ6VXNlcjE=",
69007
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
69008
- "gravatar_id": "",
69009
- "url": "https://api.github.com/users/octocat",
69010
- "html_url": "https://github.com/octocat",
69011
- "followers_url": "https://api.github.com/users/octocat/followers",
69012
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
69013
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
69014
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
69015
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
69016
- "organizations_url": "https://api.github.com/users/octocat/orgs",
69017
- "repos_url": "https://api.github.com/users/octocat/repos",
69018
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
69019
- "received_events_url": "https://api.github.com/users/octocat/received_events",
69020
- "type": "User",
69021
- "site_admin": false
69022
- },
69023
- {
69024
- "login": "hubot",
69025
- "id": 1,
69026
- "node_id": "MDQ6VXNlcjE=",
69027
- "avatar_url": "https://github.com/images/error/hubot_happy.gif",
69028
- "gravatar_id": "",
69029
- "url": "https://api.github.com/users/hubot",
69030
- "html_url": "https://github.com/hubot",
69031
- "followers_url": "https://api.github.com/users/hubot/followers",
69032
- "following_url": "https://api.github.com/users/hubot/following{/other_user}",
69033
- "gists_url": "https://api.github.com/users/hubot/gists{/gist_id}",
69034
- "starred_url": "https://api.github.com/users/hubot/starred{/owner}{/repo}",
69035
- "subscriptions_url": "https://api.github.com/users/hubot/subscriptions",
69036
- "organizations_url": "https://api.github.com/users/hubot/orgs",
69037
- "repos_url": "https://api.github.com/users/hubot/repos",
69038
- "events_url": "https://api.github.com/users/hubot/events{/privacy}",
69039
- "received_events_url": "https://api.github.com/users/hubot/received_events",
69040
- "type": "User",
69041
- "site_admin": true
69042
- },
69043
- {
69044
- "login": "other_user",
69045
- "id": 1,
69046
- "node_id": "MDQ6VXNlcjE=",
69047
- "avatar_url": "https://github.com/images/error/other_user_happy.gif",
69048
- "gravatar_id": "",
69049
- "url": "https://api.github.com/users/other_user",
69050
- "html_url": "https://github.com/other_user",
69051
- "followers_url": "https://api.github.com/users/other_user/followers",
69052
- "following_url": "https://api.github.com/users/other_user/following{/other_user}",
69053
- "gists_url": "https://api.github.com/users/other_user/gists{/gist_id}",
69054
- "starred_url": "https://api.github.com/users/other_user/starred{/owner}{/repo}",
69055
- "subscriptions_url": "https://api.github.com/users/other_user/subscriptions",
69056
- "organizations_url": "https://api.github.com/users/other_user/orgs",
69057
- "repos_url": "https://api.github.com/users/other_user/repos",
69058
- "events_url": "https://api.github.com/users/other_user/events{/privacy}",
69059
- "received_events_url": "https://api.github.com/users/other_user/received_events",
69060
- "type": "User",
69061
- "site_admin": false
69062
- }
69063
- ],
69064
- "milestone": {
69065
- "url": "https://api.github.com/repos/octocat/Hello-World/milestones/1",
69066
- "html_url": "https://github.com/octocat/Hello-World/milestones/v1.0",
69067
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/milestones/1/labels",
69068
- "id": 1002604,
69069
- "node_id": "MDk6TWlsZXN0b25lMTAwMjYwNA==",
69070
- "number": 1,
69071
- "state": "open",
69072
- "title": "v1.0",
69073
- "description": "Tracking milestone for version 1.0",
69074
- "creator": {
69075
- "login": "octocat",
69076
- "id": 1,
69077
- "node_id": "MDQ6VXNlcjE=",
69078
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
69079
- "gravatar_id": "",
69080
- "url": "https://api.github.com/users/octocat",
69081
- "html_url": "https://github.com/octocat",
69082
- "followers_url": "https://api.github.com/users/octocat/followers",
69083
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
69084
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
69085
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
69086
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
69087
- "organizations_url": "https://api.github.com/users/octocat/orgs",
69088
- "repos_url": "https://api.github.com/users/octocat/repos",
69089
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
69090
- "received_events_url": "https://api.github.com/users/octocat/received_events",
69091
- "type": "User",
69092
- "site_admin": false
69093
- },
69094
- "open_issues": 4,
69095
- "closed_issues": 8,
69096
- "created_at": "2011-04-10T20:09:31Z",
69097
- "updated_at": "2014-03-03T18:58:10Z",
69098
- "closed_at": "2013-02-12T13:22:01Z",
69099
- "due_on": "2012-10-09T23:39:01Z"
69100
- },
69101
- "locked": true,
69102
- "active_lock_reason": "too heated",
69103
- "comments": 0,
69104
- "pull_request": {
69105
- "url": "https://api.github.com/repos/octocat/Hello-World/pulls/1347",
69106
- "html_url": "https://github.com/octocat/Hello-World/pull/1347",
69107
- "diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff",
69108
- "patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch"
69109
- },
69110
- "closed_at": null,
69111
- "created_at": "2011-04-22T13:33:48Z",
69112
- "updated_at": "2011-04-22T13:33:48Z",
69113
- "author_association": "COLLABORATOR"
69114
- }
69115
- },
69116
67957
  "issue-event-for-issue-items": {
69117
67958
  "value": [
69118
67959
  {