@octokit/openapi 6.2.1 → 6.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/generated/api.github.com.deref.json +7689 -7772
  2. package/generated/api.github.com.json +1344 -1295
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +50 -3
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +53 -3
  7. package/generated/ghes-3.2.deref.json +73 -7
  8. package/generated/ghes-3.2.json +89 -28
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +31 -4
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +96 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +92 -1
  12. package/generated/ghes-3.3.deref.json +76 -10
  13. package/generated/ghes-3.3.json +92 -31
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
  16. package/generated/ghes-3.4.deref.json +97 -19
  17. package/generated/ghes-3.4.json +105 -40
  18. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +71 -25
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +328 -574
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +206 -272
  21. package/generated/ghes-3.5.deref.json +115 -52
  22. package/generated/ghes-3.5.json +131 -77
  23. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +97 -4
  24. package/generated/github.ae-diff-to-api.github.com.deref.json +423 -1
  25. package/generated/github.ae-diff-to-api.github.com.json +294 -12
  26. package/generated/github.ae.deref.json +92 -119
  27. package/generated/github.ae.json +118 -95
  28. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.2.1",
4
+ "version": "6.4.0",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -1758,7 +1758,7 @@
1758
1758
  "url": "https://docs.github.com/rest/reference/enterprise-admin#get-github-enterprise-server-statistics"
1759
1759
  },
1760
1760
  "parameters": [
1761
- { "$ref": "#/components/parameters/enterprise_or_org" },
1761
+ { "$ref": "#/components/parameters/enterprise-or-org" },
1762
1762
  {
1763
1763
  "name": "date_start",
1764
1764
  "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor.",
@@ -1865,7 +1865,7 @@
1865
1865
  },
1866
1866
  "x-github": {
1867
1867
  "enabledForGitHubApps": true,
1868
- "githubCloudOnly": false,
1868
+ "githubCloudOnly": true,
1869
1869
  "category": "actions",
1870
1870
  "subcategory": "oidc"
1871
1871
  },
@@ -5749,58 +5749,6 @@
5749
5749
  "x-octokit": {}
5750
5750
  }
5751
5751
  },
5752
- "/orgs/{org_id}/codespaces": {
5753
- "get": {
5754
- "summary": "List codespaces for the organization",
5755
- "description": "Lists the codespaces associated to a specified organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
5756
- "tags": ["codespaces"],
5757
- "operationId": "codespaces/list-in-organization",
5758
- "externalDocs": {
5759
- "description": "API method documentation",
5760
- "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
5761
- },
5762
- "parameters": [
5763
- { "$ref": "#/components/parameters/per-page" },
5764
- { "$ref": "#/components/parameters/page" },
5765
- { "$ref": "#/components/parameters/org-id" }
5766
- ],
5767
- "responses": {
5768
- "200": {
5769
- "description": "Response",
5770
- "content": {
5771
- "application/json": {
5772
- "schema": {
5773
- "type": "object",
5774
- "required": ["total_count", "codespaces"],
5775
- "properties": {
5776
- "total_count": { "type": "integer" },
5777
- "codespaces": {
5778
- "type": "array",
5779
- "items": { "$ref": "#/components/schemas/codespace" }
5780
- }
5781
- }
5782
- },
5783
- "examples": {
5784
- "default": { "$ref": "#/components/examples/codespaces-list" }
5785
- }
5786
- }
5787
- }
5788
- },
5789
- "304": { "$ref": "#/components/responses/not_modified" },
5790
- "401": { "$ref": "#/components/responses/requires_authentication" },
5791
- "403": { "$ref": "#/components/responses/forbidden" },
5792
- "404": { "$ref": "#/components/responses/not_found" },
5793
- "500": { "$ref": "#/components/responses/internal_error" }
5794
- },
5795
- "x-github": {
5796
- "githubCloudOnly": false,
5797
- "enabledForGitHubApps": false,
5798
- "category": "codespaces",
5799
- "subcategory": "organizations"
5800
- },
5801
- "x-octokit": {}
5802
- }
5803
- },
5804
5752
  "/orgs/{org}": {
5805
5753
  "get": {
5806
5754
  "summary": "Get an organization",
@@ -7677,7 +7625,9 @@
7677
7625
  "selected_repository_ids": {
7678
7626
  "type": "array",
7679
7627
  "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 manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [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.",
7680
- "items": { "type": "string" }
7628
+ "items": {
7629
+ "anyOf": [{ "type": "integer" }, { "type": "string" }]
7630
+ }
7681
7631
  }
7682
7632
  },
7683
7633
  "required": ["visibility"]
@@ -7688,7 +7638,7 @@
7688
7638
  "encrypted_value": "c2VjcmV0",
7689
7639
  "key_id": "012345678912345678",
7690
7640
  "visibility": "selected",
7691
- "selected_repository_ids": ["1296269", "1296280"]
7641
+ "selected_repository_ids": [1296269, 1296280]
7692
7642
  }
7693
7643
  }
7694
7644
  }
@@ -8145,6 +8095,67 @@
8145
8095
  "x-octokit": {}
8146
8096
  }
8147
8097
  },
8098
+ "/orgs/{org}/codespaces": {
8099
+ "get": {
8100
+ "summary": "List codespaces for the organization",
8101
+ "description": "Lists the codespaces associated to a specified organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
8102
+ "tags": ["codespaces"],
8103
+ "operationId": "codespaces/list-in-organization",
8104
+ "externalDocs": {
8105
+ "description": "API method documentation",
8106
+ "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
8107
+ },
8108
+ "parameters": [
8109
+ { "$ref": "#/components/parameters/per-page" },
8110
+ { "$ref": "#/components/parameters/page" },
8111
+ { "$ref": "#/components/parameters/org" }
8112
+ ],
8113
+ "responses": {
8114
+ "200": {
8115
+ "description": "Response",
8116
+ "content": {
8117
+ "application/json": {
8118
+ "schema": {
8119
+ "type": "object",
8120
+ "required": ["total_count", "codespaces"],
8121
+ "properties": {
8122
+ "total_count": { "type": "integer" },
8123
+ "codespaces": {
8124
+ "type": "array",
8125
+ "items": { "$ref": "#/components/schemas/codespace" }
8126
+ }
8127
+ }
8128
+ },
8129
+ "examples": {
8130
+ "default": { "$ref": "#/components/examples/codespaces-list" }
8131
+ }
8132
+ }
8133
+ }
8134
+ },
8135
+ "304": { "$ref": "#/components/responses/not_modified" },
8136
+ "401": { "$ref": "#/components/responses/requires_authentication" },
8137
+ "403": { "$ref": "#/components/responses/forbidden" },
8138
+ "404": { "$ref": "#/components/responses/not_found" },
8139
+ "500": { "$ref": "#/components/responses/internal_error" }
8140
+ },
8141
+ "x-github": {
8142
+ "githubCloudOnly": false,
8143
+ "enabledForGitHubApps": false,
8144
+ "category": "codespaces",
8145
+ "subcategory": "organizations"
8146
+ },
8147
+ "x-octokit": {
8148
+ "changes": [
8149
+ {
8150
+ "type": "PARAMETER",
8151
+ "date": "2022-07-01",
8152
+ "parameter": "org",
8153
+ "before": { "name": "org_id" }
8154
+ }
8155
+ ]
8156
+ }
8157
+ }
8158
+ },
8148
8159
  "/orgs/{org}/credential-authorizations": {
8149
8160
  "get": {
8150
8161
  "summary": "List SAML SSO authorizations for an organization",
@@ -8397,7 +8408,9 @@
8397
8408
  "selected_repository_ids": {
8398
8409
  "type": "array",
8399
8410
  "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 manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/dependabot#remove-selected-repository-from-an-organization-secret) endpoints.",
8400
- "items": { "type": "string" }
8411
+ "items": {
8412
+ "anyOf": [{ "type": "string" }, { "type": "integer" }]
8413
+ }
8401
8414
  }
8402
8415
  },
8403
8416
  "required": ["visibility"]
@@ -17804,11 +17817,11 @@
17804
17817
  "properties": {
17805
17818
  "key_prefix": {
17806
17819
  "type": "string",
17807
- "description": "The prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit."
17820
+ "description": "The prefix appended by alphanumeric characters will generate a link any time it is found in an issue, pull request, or commit."
17808
17821
  },
17809
17822
  "url_template": {
17810
17823
  "type": "string",
17811
- "description": "The URL must contain <num> for the reference number."
17824
+ "description": "The URL must contain `<num>` for the reference number. `<num>` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`."
17812
17825
  }
17813
17826
  },
17814
17827
  "required": ["key_prefix", "url_template"]
@@ -20993,13 +21006,13 @@
20993
21006
  { "$ref": "#/components/parameters/direction" },
20994
21007
  {
20995
21008
  "name": "sort",
20996
- "description": "The property by which to sort the results.",
21009
+ "description": "The property by which to sort the results. . `number` is deprecated - we recommend that you use `created` instead.",
20997
21010
  "in": "query",
20998
21011
  "required": false,
20999
21012
  "schema": {
21000
21013
  "type": "string",
21001
- "enum": ["created", "updated", "number"],
21002
- "default": "number"
21014
+ "enum": ["created", "number", "updated"],
21015
+ "default": "created"
21003
21016
  }
21004
21017
  },
21005
21018
  {
@@ -21329,7 +21342,6 @@
21329
21342
  "200": {
21330
21343
  "description": "Response",
21331
21344
  "content": {
21332
- "application/json+sarif": { "schema": { "type": "string" } },
21333
21345
  "application/json": {
21334
21346
  "schema": {
21335
21347
  "$ref": "#/components/schemas/code-scanning-analysis"
@@ -21339,6 +21351,14 @@
21339
21351
  "$ref": "#/components/examples/code-scanning-analysis-default"
21340
21352
  }
21341
21353
  }
21354
+ },
21355
+ "application/json+sarif": {
21356
+ "schema": { "type": "object", "additionalProperties": true },
21357
+ "examples": {
21358
+ "response": {
21359
+ "$ref": "#/components/examples/code-scanning-analysis-sarif"
21360
+ }
21361
+ }
21342
21362
  }
21343
21363
  }
21344
21364
  },
@@ -21458,6 +21478,15 @@
21458
21478
  }
21459
21479
  },
21460
21480
  "required": ["commit_sha", "ref", "sarif"]
21481
+ },
21482
+ "examples": {
21483
+ "default": {
21484
+ "value": {
21485
+ "commit_sha": "4b6472266afd7b471e86085a6659e8c7f2b119da",
21486
+ "ref": "refs/heads/master",
21487
+ "sarif": "H4sICMLGdF4AA2V4YW1wbGUuc2FyaWYAvVjdbts2FL7PUxDCijaA/CM7iRNfLkPXYgHSNstumlzQ0pHFVCI1korjFgH2ONtr7Ul2KFmy/mOn6QIkjsjDw0/nfN85NL8dEGL9pNwAImqRObECrWM1H40kXQ2XTAfJIlEgXcE1cD10RTQSVDE10K4aKSqZP1AxuKOIKg1ydJU60jSfSh8Hk6EzHA/vlOCWbfa7B6kYPpj90rlsWCZcmbHP5Bs+4oAWIjQD2SMOeJLh2vIQDnIaQerqXHjw8YIgxohybxAyDsS4cAPKsp03K4RcUs6+Up2D+JXpd8mibKIQN9fM/aMCdbyBujGSSQgVxJtx5qX2d2qUcIweQhEuDQf3GBO6CKHkogx/N3MVCKl/AeVKFuf4y5ubsMGDTj1ep+5I7sgmLIpxtU38hLtmMRGSuCFVyip5eKzs5ydh+LztVL6f2m6oih1BkYiuyQIIJWodxVpERPj4sEiWBNNH8EWT0DMG8EAjzKVHXCrB4FkPu/F64NMk1OeC+2yZSNoBOoR7CC0EzYWGbm+xFDFIzbI011+cLjfZtyJkmMZfumAh02uL3NpV2y+MZ6RAjxibyKrNxxJcVjANSb4eBGwZ1M0KsuyR2poLr5rMl8vaDSeVn6eTWEO2j2xIEcmhwlTKNOi4GMOI8gfuZYkvJ7b4v5Tiumyz7RnHeodFzpS8ASIZCH/AYdWi2z3sG8JtFxJ6fF9yR9CdifBr9Pd6d5V2+zbJKjjCFGGmsHuYFy2ytJq9tUxcLSRSQecppOGKrpUxYfxefMEFK+wOGa4hudQByBVT0L+EKtyACxnRsABhEx1QjVDs1KNI9MbpnhqfE45B6FJvu3hRu5VRU9MhZLmK7fqkKyQSTHNoyMqUFMqXCV3CwAeqEwmVokraK8IuBaGvHjQ0gMYrKjnjyw7uk9uD8tgmsBbFMPnU1bV2ZhkJNkuolUiWys3UPWzs5aaIUz9TBe8zMb+6+nT+6fLy91dlE3xzeDDT4zYszb0bW6NjJd0Rvn2EnLvWLFSdKPpBzInzfRgu8ETyMcH8nIfMnJCeC2PyfTA+UKngcnGH7Hw2hGkVQs5YlIRCtdWZYQ4/73es2JlxkfViOEIhoWJq5Oo6UBBfiKIqFBWhiE3jJGbFwVoxBHTRSuIS67sMeplei24X20shLjG+8gqbKC/bESiNMC+wd5q5id0yeS7CJEqXzmrTWNq3k05l84P6f4/bEmXFJjI0fIt1BGQssUnUDkBYeVhE5TqPnMH3jqogDcP0zKcTgLPTMSzOjhbjuVOmW23l1fYNStulfo6sXlFsGLhbDy5RECPRYGCTgOj2bd4nUQEivEd0H7KKYxqnEhFohuur3a3UPskbH/+Yg0+M5P2MHRJu3ziHh3Z2NCrWt3XF1rWTw8Ne/pfbWYXnDSE0SNZQQt1i18q7te2vOhu7ehWuvVyeu0wbLZi24mhoo6aOOTltzG/lgdVvVoXQq5V+pewkFIzL8fjEcadT55jOjpzFzHuOTtDNrMkJPMVQDd7F09RID72O/UPZ0tmctqZ7kWX6EmSZnDpP8GU67SXM8XE3YSrxbKsx6UReZ4y6n/FVZfJjs9Z7stma75W5yQtkzjk5eSJxk1lv4o7+j8TlhaJ2lsKWZO6lruDPBLib3x5ZN/KGWzZ+pn///evv7OOf4iIBv3oY9L/l1wiJ9p0Tc+F1zZnOE9NxXWEus6IQhr5pMfoqxi8WPsuu0azsns4UC6WzNzHIzbeEx4P/AJ3SefgcFAAA"
21488
+ }
21489
+ }
21461
21490
  }
21462
21491
  }
21463
21492
  }
@@ -24731,7 +24760,7 @@
24731
24760
  }
24732
24761
  },
24733
24762
  "deployment_branch_policy": {
24734
- "$ref": "#/components/schemas/deployment_branch_policy"
24763
+ "$ref": "#/components/schemas/deployment-branch-policy"
24735
24764
  }
24736
24765
  },
24737
24766
  "additionalProperties": false
@@ -24914,6 +24943,10 @@
24914
24943
  "organization": {
24915
24944
  "type": "string",
24916
24945
  "description": "Optional parameter to specify the organization name if forking into an organization."
24946
+ },
24947
+ "name": {
24948
+ "type": "string",
24949
+ "description": "When forking from an existing repository, a new name for the fork."
24917
24950
  }
24918
24951
  }
24919
24952
  }
@@ -28033,6 +28066,7 @@
28033
28066
  { "$ref": "#/components/parameters/issue-number" }
28034
28067
  ],
28035
28068
  "requestBody": {
28069
+ "required": true,
28036
28070
  "content": {
28037
28071
  "application/json": {
28038
28072
  "schema": {
@@ -28043,7 +28077,8 @@
28043
28077
  "description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
28044
28078
  "items": { "type": "string" }
28045
28079
  }
28046
- }
28080
+ },
28081
+ "required": ["assignees"]
28047
28082
  },
28048
28083
  "examples": {
28049
28084
  "default": { "value": { "assignees": ["hubot", "other_user"] } }
@@ -34351,7 +34386,7 @@
34351
34386
  "parameters": [
34352
34387
  { "$ref": "#/components/parameters/owner" },
34353
34388
  { "$ref": "#/components/parameters/repo" },
34354
- { "$ref": "#/components/parameters/tag_protection_id" }
34389
+ { "$ref": "#/components/parameters/tag-protection-id" }
34355
34390
  ],
34356
34391
  "responses": {
34357
34392
  "204": { "description": "Response" },
@@ -44366,52 +44401,6 @@
44366
44401
  },
44367
44402
  "x-octokit": {}
44368
44403
  }
44369
- },
44370
- "/repos/{owner}/{repo}/community/code_of_conduct": {
44371
- "get": {
44372
- "summary": "Get the code of conduct for a repository",
44373
- "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.",
44374
- "tags": ["codes-of-conduct"],
44375
- "operationId": "codes-of-conduct/get-for-repo",
44376
- "externalDocs": {
44377
- "description": "API method documentation",
44378
- "url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
44379
- },
44380
- "parameters": [
44381
- { "$ref": "#/components/parameters/owner" },
44382
- { "$ref": "#/components/parameters/repo" }
44383
- ],
44384
- "responses": {
44385
- "200": {
44386
- "description": "Response",
44387
- "content": {
44388
- "application/json": {
44389
- "schema": { "$ref": "#/components/schemas/code-of-conduct" },
44390
- "examples": {
44391
- "default": { "$ref": "#/components/examples/code-of-conduct" }
44392
- }
44393
- }
44394
- }
44395
- }
44396
- },
44397
- "x-github": {
44398
- "githubCloudOnly": false,
44399
- "enabledForGitHubApps": true,
44400
- "previews": [
44401
- {
44402
- "required": true,
44403
- "name": "scarlet-witch",
44404
- "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```"
44405
- }
44406
- ],
44407
- "category": "codes-of-conduct",
44408
- "subcategory": null,
44409
- "removalDate": "2021-09-29",
44410
- "deprecationDate": "2021-09-29"
44411
- },
44412
- "deprecated": true,
44413
- "x-octokit": {}
44414
- }
44415
44404
  }
44416
44405
  },
44417
44406
  "components": {
@@ -47520,7 +47509,7 @@
47520
47509
  ],
47521
47510
  "nullable": true
47522
47511
  },
47523
- "author_association": {
47512
+ "author-association": {
47524
47513
  "title": "author_association",
47525
47514
  "type": "string",
47526
47515
  "example": "OWNER",
@@ -47686,7 +47675,7 @@
47686
47675
  "$ref": "#/components/schemas/nullable-integration"
47687
47676
  },
47688
47677
  "author_association": {
47689
- "$ref": "#/components/schemas/author_association"
47678
+ "$ref": "#/components/schemas/author-association"
47690
47679
  },
47691
47680
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
47692
47681
  },
@@ -47752,7 +47741,7 @@
47752
47741
  },
47753
47742
  "issue_url": { "type": "string", "format": "uri" },
47754
47743
  "author_association": {
47755
- "$ref": "#/components/schemas/author_association"
47744
+ "$ref": "#/components/schemas/author-association"
47756
47745
  },
47757
47746
  "performed_via_github_app": {
47758
47747
  "$ref": "#/components/schemas/nullable-integration"
@@ -48227,7 +48216,7 @@
48227
48216
  "example": "2011-04-18T23:23:56Z"
48228
48217
  },
48229
48218
  "author_association": {
48230
- "$ref": "#/components/schemas/author_association"
48219
+ "$ref": "#/components/schemas/author-association"
48231
48220
  }
48232
48221
  },
48233
48222
  "required": [
@@ -49509,266 +49498,6 @@
49509
49498
  },
49510
49499
  "required": ["id", "name"]
49511
49500
  },
49512
- "nullable-codespace-machine": {
49513
- "type": "object",
49514
- "title": "Codespace machine",
49515
- "description": "A description of the machine powering a codespace.",
49516
- "properties": {
49517
- "name": {
49518
- "type": "string",
49519
- "description": "The name of the machine.",
49520
- "example": "standardLinux"
49521
- },
49522
- "display_name": {
49523
- "type": "string",
49524
- "description": "The display name of the machine includes cores, memory, and storage.",
49525
- "example": "4 cores, 8 GB RAM, 64 GB storage"
49526
- },
49527
- "operating_system": {
49528
- "type": "string",
49529
- "description": "The operating system of the machine.",
49530
- "example": "linux"
49531
- },
49532
- "storage_in_bytes": {
49533
- "type": "integer",
49534
- "description": "How much storage is available to the codespace.",
49535
- "example": 68719476736
49536
- },
49537
- "memory_in_bytes": {
49538
- "type": "integer",
49539
- "description": "How much memory is available to the codespace.",
49540
- "example": 8589934592
49541
- },
49542
- "cpus": {
49543
- "type": "integer",
49544
- "description": "How many cores are available to the codespace.",
49545
- "example": 4
49546
- },
49547
- "prebuild_availability": {
49548
- "type": "string",
49549
- "description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value will be \"none\" if no prebuild is available. Latest values \"ready\" and \"in_progress\" indicate the prebuild availability status. Old values \"blob\" and \"pool\" will be deprecated soon.",
49550
- "example": "ready",
49551
- "enum": ["none", "blob", "pool", "ready", "in_progress"],
49552
- "nullable": true
49553
- }
49554
- },
49555
- "required": [
49556
- "name",
49557
- "display_name",
49558
- "operating_system",
49559
- "storage_in_bytes",
49560
- "memory_in_bytes",
49561
- "cpus",
49562
- "prebuild_availability"
49563
- ],
49564
- "nullable": true
49565
- },
49566
- "codespace": {
49567
- "type": "object",
49568
- "title": "Codespace",
49569
- "description": "A codespace.",
49570
- "properties": {
49571
- "id": { "type": "integer", "example": 1 },
49572
- "name": {
49573
- "description": "Automatically generated name of this codespace.",
49574
- "type": "string",
49575
- "example": "monalisa-octocat-hello-world-g4wpq6h95q"
49576
- },
49577
- "display_name": {
49578
- "description": "Display name for this codespace.",
49579
- "type": "string",
49580
- "example": "bookish space pancake",
49581
- "nullable": true
49582
- },
49583
- "environment_id": {
49584
- "description": "UUID identifying this codespace's environment.",
49585
- "type": "string",
49586
- "example": "26a7c758-7299-4a73-b978-5a92a7ae98a0",
49587
- "nullable": true
49588
- },
49589
- "owner": { "$ref": "#/components/schemas/simple-user" },
49590
- "billable_owner": { "$ref": "#/components/schemas/simple-user" },
49591
- "repository": { "$ref": "#/components/schemas/minimal-repository" },
49592
- "machine": {
49593
- "$ref": "#/components/schemas/nullable-codespace-machine"
49594
- },
49595
- "devcontainer_path": {
49596
- "description": "Path to devcontainer.json from repo root used to create Codespace.",
49597
- "type": "string",
49598
- "example": ".devcontainer/example/devcontainer.json",
49599
- "nullable": true
49600
- },
49601
- "prebuild": {
49602
- "description": "Whether the codespace was created from a prebuild.",
49603
- "type": "boolean",
49604
- "example": false,
49605
- "nullable": true
49606
- },
49607
- "created_at": {
49608
- "type": "string",
49609
- "format": "date-time",
49610
- "example": "2011-01-26T19:01:12Z"
49611
- },
49612
- "updated_at": {
49613
- "type": "string",
49614
- "format": "date-time",
49615
- "example": "2011-01-26T19:01:12Z"
49616
- },
49617
- "last_used_at": {
49618
- "description": "Last known time this codespace was started.",
49619
- "type": "string",
49620
- "format": "date-time",
49621
- "example": "2011-01-26T19:01:12Z"
49622
- },
49623
- "state": {
49624
- "description": "State of this codespace.",
49625
- "enum": [
49626
- "Unknown",
49627
- "Created",
49628
- "Queued",
49629
- "Provisioning",
49630
- "Available",
49631
- "Awaiting",
49632
- "Unavailable",
49633
- "Deleted",
49634
- "Moved",
49635
- "Shutdown",
49636
- "Archived",
49637
- "Starting",
49638
- "ShuttingDown",
49639
- "Failed",
49640
- "Exporting",
49641
- "Updating",
49642
- "Rebuilding"
49643
- ],
49644
- "example": "Available",
49645
- "type": "string"
49646
- },
49647
- "url": {
49648
- "description": "API URL for this codespace.",
49649
- "type": "string",
49650
- "format": "uri"
49651
- },
49652
- "git_status": {
49653
- "description": "Details about the codespace's git repository.",
49654
- "type": "object",
49655
- "properties": {
49656
- "ahead": {
49657
- "description": "The number of commits the local repository is ahead of the remote.",
49658
- "type": "integer",
49659
- "example": 0
49660
- },
49661
- "behind": {
49662
- "description": "The number of commits the local repository is behind the remote.",
49663
- "type": "integer",
49664
- "example": 0
49665
- },
49666
- "has_unpushed_changes": {
49667
- "description": "Whether the local repository has unpushed changes.",
49668
- "type": "boolean"
49669
- },
49670
- "has_uncommitted_changes": {
49671
- "description": "Whether the local repository has uncommitted changes.",
49672
- "type": "boolean"
49673
- },
49674
- "ref": {
49675
- "description": "The current branch (or SHA if in detached HEAD state) of the local repository.",
49676
- "type": "string",
49677
- "example": "main"
49678
- }
49679
- }
49680
- },
49681
- "location": {
49682
- "description": "The Azure region where this codespace is located.",
49683
- "enum": ["EastUs", "SouthEastAsia", "WestEurope", "WestUs2"],
49684
- "example": "WestUs2",
49685
- "type": "string"
49686
- },
49687
- "idle_timeout_minutes": {
49688
- "description": "The number of minutes of inactivity after which this codespace will be automatically stopped.",
49689
- "type": "integer",
49690
- "example": 60,
49691
- "nullable": true
49692
- },
49693
- "web_url": {
49694
- "description": "URL to access this codespace on the web.",
49695
- "type": "string",
49696
- "format": "uri"
49697
- },
49698
- "machines_url": {
49699
- "description": "API URL to access available alternate machine types for this codespace.",
49700
- "type": "string",
49701
- "format": "uri"
49702
- },
49703
- "start_url": {
49704
- "description": "API URL to start this codespace.",
49705
- "type": "string",
49706
- "format": "uri"
49707
- },
49708
- "stop_url": {
49709
- "description": "API URL to stop this codespace.",
49710
- "type": "string",
49711
- "format": "uri"
49712
- },
49713
- "pulls_url": {
49714
- "description": "API URL for the Pull Request associated with this codespace, if any.",
49715
- "type": "string",
49716
- "format": "uri",
49717
- "nullable": true
49718
- },
49719
- "recent_folders": { "type": "array", "items": { "type": "string" } },
49720
- "runtime_constraints": {
49721
- "type": "object",
49722
- "properties": {
49723
- "allowed_port_privacy_settings": {
49724
- "description": "The privacy settings a user can select from when forwarding a port.",
49725
- "type": "array",
49726
- "items": { "type": "string" },
49727
- "nullable": true
49728
- }
49729
- }
49730
- },
49731
- "pending_operation": {
49732
- "description": "Whether or not a codespace has a pending async operation. This would mean that the codespace is temporarily unavailable. The only thing that you can do with a codespace in this state is delete it.",
49733
- "type": "boolean",
49734
- "nullable": true
49735
- },
49736
- "pending_operation_disabled_reason": {
49737
- "description": "Text to show user when codespace is disabled by a pending operation",
49738
- "type": "string",
49739
- "nullable": true
49740
- },
49741
- "idle_timeout_notice": {
49742
- "description": "Text to show user when codespace idle timeout minutes has been overriden by an organization policy",
49743
- "type": "string",
49744
- "nullable": true
49745
- }
49746
- },
49747
- "required": [
49748
- "id",
49749
- "name",
49750
- "environment_id",
49751
- "owner",
49752
- "billable_owner",
49753
- "repository",
49754
- "machine",
49755
- "prebuild",
49756
- "created_at",
49757
- "updated_at",
49758
- "last_used_at",
49759
- "state",
49760
- "url",
49761
- "git_status",
49762
- "location",
49763
- "idle_timeout_minutes",
49764
- "web_url",
49765
- "machines_url",
49766
- "start_url",
49767
- "stop_url",
49768
- "pulls_url",
49769
- "recent_folders"
49770
- ]
49771
- },
49772
49501
  "organization-full": {
49773
49502
  "title": "Organization Full",
49774
49503
  "description": "Organization Full",
@@ -50360,6 +50089,266 @@
50360
50089
  "repository"
50361
50090
  ]
50362
50091
  },
50092
+ "nullable-codespace-machine": {
50093
+ "type": "object",
50094
+ "title": "Codespace machine",
50095
+ "description": "A description of the machine powering a codespace.",
50096
+ "properties": {
50097
+ "name": {
50098
+ "type": "string",
50099
+ "description": "The name of the machine.",
50100
+ "example": "standardLinux"
50101
+ },
50102
+ "display_name": {
50103
+ "type": "string",
50104
+ "description": "The display name of the machine includes cores, memory, and storage.",
50105
+ "example": "4 cores, 8 GB RAM, 64 GB storage"
50106
+ },
50107
+ "operating_system": {
50108
+ "type": "string",
50109
+ "description": "The operating system of the machine.",
50110
+ "example": "linux"
50111
+ },
50112
+ "storage_in_bytes": {
50113
+ "type": "integer",
50114
+ "description": "How much storage is available to the codespace.",
50115
+ "example": 68719476736
50116
+ },
50117
+ "memory_in_bytes": {
50118
+ "type": "integer",
50119
+ "description": "How much memory is available to the codespace.",
50120
+ "example": 8589934592
50121
+ },
50122
+ "cpus": {
50123
+ "type": "integer",
50124
+ "description": "How many cores are available to the codespace.",
50125
+ "example": 4
50126
+ },
50127
+ "prebuild_availability": {
50128
+ "type": "string",
50129
+ "description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value will be \"none\" if no prebuild is available. Latest values \"ready\" and \"in_progress\" indicate the prebuild availability status.",
50130
+ "example": "ready",
50131
+ "enum": ["none", "ready", "in_progress"],
50132
+ "nullable": true
50133
+ }
50134
+ },
50135
+ "required": [
50136
+ "name",
50137
+ "display_name",
50138
+ "operating_system",
50139
+ "storage_in_bytes",
50140
+ "memory_in_bytes",
50141
+ "cpus",
50142
+ "prebuild_availability"
50143
+ ],
50144
+ "nullable": true
50145
+ },
50146
+ "codespace": {
50147
+ "type": "object",
50148
+ "title": "Codespace",
50149
+ "description": "A codespace.",
50150
+ "properties": {
50151
+ "id": { "type": "integer", "example": 1 },
50152
+ "name": {
50153
+ "description": "Automatically generated name of this codespace.",
50154
+ "type": "string",
50155
+ "example": "monalisa-octocat-hello-world-g4wpq6h95q"
50156
+ },
50157
+ "display_name": {
50158
+ "description": "Display name for this codespace.",
50159
+ "type": "string",
50160
+ "example": "bookish space pancake",
50161
+ "nullable": true
50162
+ },
50163
+ "environment_id": {
50164
+ "description": "UUID identifying this codespace's environment.",
50165
+ "type": "string",
50166
+ "example": "26a7c758-7299-4a73-b978-5a92a7ae98a0",
50167
+ "nullable": true
50168
+ },
50169
+ "owner": { "$ref": "#/components/schemas/simple-user" },
50170
+ "billable_owner": { "$ref": "#/components/schemas/simple-user" },
50171
+ "repository": { "$ref": "#/components/schemas/minimal-repository" },
50172
+ "machine": {
50173
+ "$ref": "#/components/schemas/nullable-codespace-machine"
50174
+ },
50175
+ "devcontainer_path": {
50176
+ "description": "Path to devcontainer.json from repo root used to create Codespace.",
50177
+ "type": "string",
50178
+ "example": ".devcontainer/example/devcontainer.json",
50179
+ "nullable": true
50180
+ },
50181
+ "prebuild": {
50182
+ "description": "Whether the codespace was created from a prebuild.",
50183
+ "type": "boolean",
50184
+ "example": false,
50185
+ "nullable": true
50186
+ },
50187
+ "created_at": {
50188
+ "type": "string",
50189
+ "format": "date-time",
50190
+ "example": "2011-01-26T19:01:12Z"
50191
+ },
50192
+ "updated_at": {
50193
+ "type": "string",
50194
+ "format": "date-time",
50195
+ "example": "2011-01-26T19:01:12Z"
50196
+ },
50197
+ "last_used_at": {
50198
+ "description": "Last known time this codespace was started.",
50199
+ "type": "string",
50200
+ "format": "date-time",
50201
+ "example": "2011-01-26T19:01:12Z"
50202
+ },
50203
+ "state": {
50204
+ "description": "State of this codespace.",
50205
+ "enum": [
50206
+ "Unknown",
50207
+ "Created",
50208
+ "Queued",
50209
+ "Provisioning",
50210
+ "Available",
50211
+ "Awaiting",
50212
+ "Unavailable",
50213
+ "Deleted",
50214
+ "Moved",
50215
+ "Shutdown",
50216
+ "Archived",
50217
+ "Starting",
50218
+ "ShuttingDown",
50219
+ "Failed",
50220
+ "Exporting",
50221
+ "Updating",
50222
+ "Rebuilding"
50223
+ ],
50224
+ "example": "Available",
50225
+ "type": "string"
50226
+ },
50227
+ "url": {
50228
+ "description": "API URL for this codespace.",
50229
+ "type": "string",
50230
+ "format": "uri"
50231
+ },
50232
+ "git_status": {
50233
+ "description": "Details about the codespace's git repository.",
50234
+ "type": "object",
50235
+ "properties": {
50236
+ "ahead": {
50237
+ "description": "The number of commits the local repository is ahead of the remote.",
50238
+ "type": "integer",
50239
+ "example": 0
50240
+ },
50241
+ "behind": {
50242
+ "description": "The number of commits the local repository is behind the remote.",
50243
+ "type": "integer",
50244
+ "example": 0
50245
+ },
50246
+ "has_unpushed_changes": {
50247
+ "description": "Whether the local repository has unpushed changes.",
50248
+ "type": "boolean"
50249
+ },
50250
+ "has_uncommitted_changes": {
50251
+ "description": "Whether the local repository has uncommitted changes.",
50252
+ "type": "boolean"
50253
+ },
50254
+ "ref": {
50255
+ "description": "The current branch (or SHA if in detached HEAD state) of the local repository.",
50256
+ "type": "string",
50257
+ "example": "main"
50258
+ }
50259
+ }
50260
+ },
50261
+ "location": {
50262
+ "description": "The Azure region where this codespace is located.",
50263
+ "enum": ["EastUs", "SouthEastAsia", "WestEurope", "WestUs2"],
50264
+ "example": "WestUs2",
50265
+ "type": "string"
50266
+ },
50267
+ "idle_timeout_minutes": {
50268
+ "description": "The number of minutes of inactivity after which this codespace will be automatically stopped.",
50269
+ "type": "integer",
50270
+ "example": 60,
50271
+ "nullable": true
50272
+ },
50273
+ "web_url": {
50274
+ "description": "URL to access this codespace on the web.",
50275
+ "type": "string",
50276
+ "format": "uri"
50277
+ },
50278
+ "machines_url": {
50279
+ "description": "API URL to access available alternate machine types for this codespace.",
50280
+ "type": "string",
50281
+ "format": "uri"
50282
+ },
50283
+ "start_url": {
50284
+ "description": "API URL to start this codespace.",
50285
+ "type": "string",
50286
+ "format": "uri"
50287
+ },
50288
+ "stop_url": {
50289
+ "description": "API URL to stop this codespace.",
50290
+ "type": "string",
50291
+ "format": "uri"
50292
+ },
50293
+ "pulls_url": {
50294
+ "description": "API URL for the Pull Request associated with this codespace, if any.",
50295
+ "type": "string",
50296
+ "format": "uri",
50297
+ "nullable": true
50298
+ },
50299
+ "recent_folders": { "type": "array", "items": { "type": "string" } },
50300
+ "runtime_constraints": {
50301
+ "type": "object",
50302
+ "properties": {
50303
+ "allowed_port_privacy_settings": {
50304
+ "description": "The privacy settings a user can select from when forwarding a port.",
50305
+ "type": "array",
50306
+ "items": { "type": "string" },
50307
+ "nullable": true
50308
+ }
50309
+ }
50310
+ },
50311
+ "pending_operation": {
50312
+ "description": "Whether or not a codespace has a pending async operation. This would mean that the codespace is temporarily unavailable. The only thing that you can do with a codespace in this state is delete it.",
50313
+ "type": "boolean",
50314
+ "nullable": true
50315
+ },
50316
+ "pending_operation_disabled_reason": {
50317
+ "description": "Text to show user when codespace is disabled by a pending operation",
50318
+ "type": "string",
50319
+ "nullable": true
50320
+ },
50321
+ "idle_timeout_notice": {
50322
+ "description": "Text to show user when codespace idle timeout minutes has been overriden by an organization policy",
50323
+ "type": "string",
50324
+ "nullable": true
50325
+ }
50326
+ },
50327
+ "required": [
50328
+ "id",
50329
+ "name",
50330
+ "environment_id",
50331
+ "owner",
50332
+ "billable_owner",
50333
+ "repository",
50334
+ "machine",
50335
+ "prebuild",
50336
+ "created_at",
50337
+ "updated_at",
50338
+ "last_used_at",
50339
+ "state",
50340
+ "url",
50341
+ "git_status",
50342
+ "location",
50343
+ "idle_timeout_minutes",
50344
+ "web_url",
50345
+ "machines_url",
50346
+ "start_url",
50347
+ "stop_url",
50348
+ "pulls_url",
50349
+ "recent_folders"
50350
+ ]
50351
+ },
50363
50352
  "credential-authorization": {
50364
50353
  "title": "Credential Authorization",
50365
50354
  "description": "Credential Authorization",
@@ -53323,7 +53312,7 @@
53323
53312
  },
53324
53313
  "required": ["access_level"]
53325
53314
  },
53326
- "referenced_workflow": {
53315
+ "referenced-workflow": {
53327
53316
  "title": "Referenced workflow",
53328
53317
  "description": "A workflow referenced/reused by the initial caller workflow",
53329
53318
  "type": "object",
@@ -53471,7 +53460,7 @@
53471
53460
  "referenced_workflows": {
53472
53461
  "type": "array",
53473
53462
  "nullable": true,
53474
- "items": { "$ref": "#/components/schemas/referenced_workflow" }
53463
+ "items": { "$ref": "#/components/schemas/referenced-workflow" }
53475
53464
  },
53476
53465
  "event": { "type": "string", "example": "push" },
53477
53466
  "status": {
@@ -54021,6 +54010,10 @@
54021
54010
  "description": "A template for the target URL that is generated if a key was found.",
54022
54011
  "example": "https://example.com/TICKET?query=<num>",
54023
54012
  "type": "string"
54013
+ },
54014
+ "is_alphanumeric": {
54015
+ "description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
54016
+ "type": "boolean"
54024
54017
  }
54025
54018
  },
54026
54019
  "required": ["id", "key_prefix", "url_template"]
@@ -55526,9 +55519,9 @@
55526
55519
  },
55527
55520
  "prebuild_availability": {
55528
55521
  "type": "string",
55529
- "description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value will be \"none\" if no prebuild is available. Latest values \"ready\" and \"in_progress\" indicate the prebuild availability status. Old values \"blob\" and \"pool\" will be deprecated soon.",
55522
+ "description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value will be \"none\" if no prebuild is available. Latest values \"ready\" and \"in_progress\" indicate the prebuild availability status.",
55530
55523
  "example": "ready",
55531
- "enum": ["none", "blob", "pool", "ready", "in_progress"],
55524
+ "enum": ["none", "ready", "in_progress"],
55532
55525
  "nullable": true
55533
55526
  }
55534
55527
  },
@@ -55882,7 +55875,7 @@
55882
55875
  "created_at": { "type": "string", "format": "date-time" },
55883
55876
  "updated_at": { "type": "string", "format": "date-time" },
55884
55877
  "author_association": {
55885
- "$ref": "#/components/schemas/author_association"
55878
+ "$ref": "#/components/schemas/author-association"
55886
55879
  },
55887
55880
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
55888
55881
  },
@@ -55927,7 +55920,7 @@
55927
55920
  "properties": { "href": { "type": "string" } },
55928
55921
  "required": ["href"]
55929
55922
  },
55930
- "auto_merge": {
55923
+ "auto-merge": {
55931
55924
  "title": "Auto merge",
55932
55925
  "description": "The status of auto merging a pull request.",
55933
55926
  "type": "object",
@@ -56143,9 +56136,9 @@
56143
56136
  ]
56144
56137
  },
56145
56138
  "author_association": {
56146
- "$ref": "#/components/schemas/author_association"
56139
+ "$ref": "#/components/schemas/author-association"
56147
56140
  },
56148
- "auto_merge": { "$ref": "#/components/schemas/auto_merge" },
56141
+ "auto_merge": { "$ref": "#/components/schemas/auto-merge" },
56149
56142
  "draft": {
56150
56143
  "description": "Indicates whether or not the pull request is a draft.",
56151
56144
  "example": false,
@@ -57180,7 +57173,7 @@
57180
57173
  "example": 30,
57181
57174
  "description": "The amount of time to delay a job after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days)."
57182
57175
  },
57183
- "deployment_branch_policy": {
57176
+ "deployment-branch-policy": {
57184
57177
  "type": "object",
57185
57178
  "description": "The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`.",
57186
57179
  "properties": {
@@ -57301,7 +57294,7 @@
57301
57294
  }
57302
57295
  },
57303
57296
  "deployment_branch_policy": {
57304
- "$ref": "#/components/schemas/deployment_branch_policy"
57297
+ "$ref": "#/components/schemas/deployment-branch-policy"
57305
57298
  }
57306
57299
  },
57307
57300
  "required": [
@@ -57925,7 +57918,7 @@
57925
57918
  "$ref": "#/components/schemas/nullable-integration"
57926
57919
  },
57927
57920
  "author_association": {
57928
- "$ref": "#/components/schemas/author_association"
57921
+ "$ref": "#/components/schemas/author-association"
57929
57922
  },
57930
57923
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
57931
57924
  },
@@ -58055,7 +58048,7 @@
58055
58048
  },
58056
58049
  "rename": { "$ref": "#/components/schemas/issue-event-rename" },
58057
58050
  "author_association": {
58058
- "$ref": "#/components/schemas/author_association"
58051
+ "$ref": "#/components/schemas/author-association"
58059
58052
  },
58060
58053
  "lock_reason": { "type": "string", "nullable": true },
58061
58054
  "performed_via_github_app": {
@@ -58758,7 +58751,7 @@
58758
58751
  },
58759
58752
  "issue_url": { "type": "string", "format": "uri" },
58760
58753
  "author_association": {
58761
- "$ref": "#/components/schemas/author_association"
58754
+ "$ref": "#/components/schemas/author-association"
58762
58755
  },
58763
58756
  "performed_via_github_app": {
58764
58757
  "$ref": "#/components/schemas/nullable-integration"
@@ -58973,7 +58966,7 @@
58973
58966
  "body_html": { "type": "string" },
58974
58967
  "body_text": { "type": "string" },
58975
58968
  "author_association": {
58976
- "$ref": "#/components/schemas/author_association"
58969
+ "$ref": "#/components/schemas/author-association"
58977
58970
  }
58978
58971
  },
58979
58972
  "required": [
@@ -59080,7 +59073,7 @@
59080
59073
  "example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
59081
59074
  },
59082
59075
  "author_association": {
59083
- "$ref": "#/components/schemas/author_association"
59076
+ "$ref": "#/components/schemas/author-association"
59084
59077
  },
59085
59078
  "_links": {
59086
59079
  "type": "object",
@@ -60621,9 +60614,9 @@
60621
60614
  ]
60622
60615
  },
60623
60616
  "author_association": {
60624
- "$ref": "#/components/schemas/author_association"
60617
+ "$ref": "#/components/schemas/author-association"
60625
60618
  },
60626
- "auto_merge": { "$ref": "#/components/schemas/auto_merge" },
60619
+ "auto_merge": { "$ref": "#/components/schemas/auto-merge" },
60627
60620
  "draft": {
60628
60621
  "description": "Indicates whether or not the pull request is a draft.",
60629
60622
  "example": false,
@@ -60778,7 +60771,7 @@
60778
60771
  "body_html": { "type": "string" },
60779
60772
  "body_text": { "type": "string" },
60780
60773
  "author_association": {
60781
- "$ref": "#/components/schemas/author_association"
60774
+ "$ref": "#/components/schemas/author-association"
60782
60775
  }
60783
60776
  },
60784
60777
  "required": [
@@ -60853,7 +60846,7 @@
60853
60846
  "example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
60854
60847
  },
60855
60848
  "author_association": {
60856
- "$ref": "#/components/schemas/author_association"
60849
+ "$ref": "#/components/schemas/author-association"
60857
60850
  },
60858
60851
  "_links": {
60859
60852
  "type": "object",
@@ -61992,7 +61985,7 @@
61992
61985
  "body": { "type": "string" },
61993
61986
  "score": { "type": "number" },
61994
61987
  "author_association": {
61995
- "$ref": "#/components/schemas/author_association"
61988
+ "$ref": "#/components/schemas/author-association"
61996
61989
  },
61997
61990
  "draft": { "type": "boolean" },
61998
61991
  "repository": { "$ref": "#/components/schemas/repository" },
@@ -62577,18 +62570,27 @@
62577
62570
  "type": "object",
62578
62571
  "properties": {
62579
62572
  "name": {
62580
- "description": "The name of the secret.",
62573
+ "description": "The name of the secret",
62581
62574
  "example": "SECRET_NAME",
62582
62575
  "type": "string"
62583
62576
  },
62584
- "created_at": { "type": "string", "format": "date-time" },
62585
- "updated_at": { "type": "string", "format": "date-time" },
62577
+ "created_at": {
62578
+ "description": "Secret created at",
62579
+ "type": "string",
62580
+ "format": "date-time"
62581
+ },
62582
+ "updated_at": {
62583
+ "description": "Secret last updated at",
62584
+ "type": "string",
62585
+ "format": "date-time"
62586
+ },
62586
62587
  "visibility": {
62587
- "description": "Visibility of a secret",
62588
+ "description": "The type of repositories in the organization that the secret is visible to",
62588
62589
  "enum": ["all", "private", "selected"],
62589
62590
  "type": "string"
62590
62591
  },
62591
62592
  "selected_repositories_url": {
62593
+ "description": "API URL at which the list of repositories this secret is vicible can be retrieved",
62592
62594
  "type": "string",
62593
62595
  "format": "uri",
62594
62596
  "example": "https://api.github.com/user/secrets/SECRET_NAME/repositories"
@@ -67379,14 +67381,149 @@
67379
67381
  ]
67380
67382
  }
67381
67383
  },
67382
- "codespaces-list": {
67384
+ "organization-full-default-response": {
67385
+ "summary": "Default response",
67383
67386
  "value": {
67384
- "total_count": 3,
67385
- "codespaces": [
67387
+ "login": "github",
67388
+ "id": 1,
67389
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
67390
+ "url": "https://api.github.com/orgs/github",
67391
+ "repos_url": "https://api.github.com/orgs/github/repos",
67392
+ "events_url": "https://api.github.com/orgs/github/events",
67393
+ "hooks_url": "https://api.github.com/orgs/github/hooks",
67394
+ "issues_url": "https://api.github.com/orgs/github/issues",
67395
+ "members_url": "https://api.github.com/orgs/github/members{/member}",
67396
+ "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
67397
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67398
+ "description": "A great organization",
67399
+ "name": "github",
67400
+ "company": "GitHub",
67401
+ "blog": "https://github.com/blog",
67402
+ "location": "San Francisco",
67403
+ "email": "octocat@github.com",
67404
+ "twitter_username": "github",
67405
+ "is_verified": true,
67406
+ "has_organization_projects": true,
67407
+ "has_repository_projects": true,
67408
+ "public_repos": 2,
67409
+ "public_gists": 1,
67410
+ "followers": 20,
67411
+ "following": 0,
67412
+ "html_url": "https://github.com/octocat",
67413
+ "created_at": "2008-01-14T04:33:35Z",
67414
+ "updated_at": "2014-03-03T18:58:10Z",
67415
+ "type": "Organization",
67416
+ "total_private_repos": 100,
67417
+ "owned_private_repos": 100,
67418
+ "private_gists": 81,
67419
+ "disk_usage": 10000,
67420
+ "collaborators": 8,
67421
+ "billing_email": "mona@github.com",
67422
+ "plan": {
67423
+ "name": "Medium",
67424
+ "space": 400,
67425
+ "private_repos": 20,
67426
+ "filled_seats": 4,
67427
+ "seats": 5
67428
+ },
67429
+ "default_repository_permission": "read",
67430
+ "members_can_create_repositories": true,
67431
+ "two_factor_requirement_enabled": true,
67432
+ "members_allowed_repository_creation_type": "all",
67433
+ "members_can_create_public_repositories": false,
67434
+ "members_can_create_private_repositories": false,
67435
+ "members_can_create_internal_repositories": false,
67436
+ "members_can_create_pages": true,
67437
+ "members_can_fork_private_repositories": false
67438
+ }
67439
+ },
67440
+ "organization-full": {
67441
+ "value": {
67442
+ "login": "github",
67443
+ "id": 1,
67444
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
67445
+ "url": "https://api.github.com/orgs/github",
67446
+ "repos_url": "https://api.github.com/orgs/github/repos",
67447
+ "events_url": "https://api.github.com/orgs/github/events",
67448
+ "hooks_url": "https://api.github.com/orgs/github/hooks",
67449
+ "issues_url": "https://api.github.com/orgs/github/issues",
67450
+ "members_url": "https://api.github.com/orgs/github/members{/member}",
67451
+ "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
67452
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67453
+ "description": "A great organization",
67454
+ "name": "github",
67455
+ "company": "GitHub",
67456
+ "blog": "https://github.com/blog",
67457
+ "location": "San Francisco",
67458
+ "email": "octocat@github.com",
67459
+ "twitter_username": "github",
67460
+ "is_verified": true,
67461
+ "has_organization_projects": true,
67462
+ "has_repository_projects": true,
67463
+ "public_repos": 2,
67464
+ "public_gists": 1,
67465
+ "followers": 20,
67466
+ "following": 0,
67467
+ "html_url": "https://github.com/octocat",
67468
+ "created_at": "2008-01-14T04:33:35Z",
67469
+ "type": "Organization",
67470
+ "total_private_repos": 100,
67471
+ "owned_private_repos": 100,
67472
+ "private_gists": 81,
67473
+ "disk_usage": 10000,
67474
+ "collaborators": 8,
67475
+ "billing_email": "mona@github.com",
67476
+ "plan": { "name": "Medium", "space": 400, "private_repos": 20 },
67477
+ "default_repository_permission": "read",
67478
+ "members_can_create_repositories": true,
67479
+ "two_factor_requirement_enabled": true,
67480
+ "members_allowed_repository_creation_type": "all",
67481
+ "members_can_create_public_repositories": false,
67482
+ "members_can_create_private_repositories": false,
67483
+ "members_can_create_internal_repositories": false,
67484
+ "members_can_create_pages": true,
67485
+ "members_can_create_public_pages": true,
67486
+ "members_can_create_private_pages": true,
67487
+ "members_can_fork_private_repositories": false,
67488
+ "updated_at": "2014-03-03T18:58:10Z"
67489
+ }
67490
+ },
67491
+ "org-actions-cache-usage-by-repo": {
67492
+ "value": {
67493
+ "total_count": 2,
67494
+ "repository_cache_usages": [
67386
67495
  {
67387
- "id": 1,
67388
- "name": "monalisa-octocat-hello-world-g4wpq6h95q",
67389
- "environment_id": "26a7c758-7299-4a73-b978-5a92a7ae98a0",
67496
+ "full_name": "octo-org/Hello-World",
67497
+ "active_caches_size_in_bytes": 2322142,
67498
+ "active_caches_count": 3
67499
+ },
67500
+ {
67501
+ "full_name": "octo-org/server",
67502
+ "active_caches_size_in_bytes": 1022142,
67503
+ "active_caches_count": 2
67504
+ }
67505
+ ]
67506
+ }
67507
+ },
67508
+ "oidc-custom-sub": {
67509
+ "value": { "include_claim_keys": ["repo", "context"] }
67510
+ },
67511
+ "actions-organization-permissions": {
67512
+ "value": {
67513
+ "enabled_repositories": "all",
67514
+ "allowed_actions": "selected",
67515
+ "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions"
67516
+ }
67517
+ },
67518
+ "repository-paginated": {
67519
+ "value": {
67520
+ "total_count": 1,
67521
+ "repositories": [
67522
+ {
67523
+ "id": 1296269,
67524
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67525
+ "name": "Hello-World",
67526
+ "full_name": "octocat/Hello-World",
67390
67527
  "owner": {
67391
67528
  "login": "octocat",
67392
67529
  "id": 1,
@@ -67407,7 +67544,190 @@
67407
67544
  "type": "User",
67408
67545
  "site_admin": false
67409
67546
  },
67410
- "billable_owner": {
67547
+ "private": false,
67548
+ "html_url": "https://github.com/octocat/Hello-World",
67549
+ "description": "This your first repo!",
67550
+ "fork": false,
67551
+ "url": "https://api.github.com/repos/octocat/Hello-World",
67552
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
67553
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
67554
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
67555
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
67556
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
67557
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
67558
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
67559
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
67560
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
67561
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
67562
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
67563
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
67564
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
67565
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
67566
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
67567
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
67568
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
67569
+ "git_url": "git:github.com/octocat/Hello-World.git",
67570
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
67571
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
67572
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
67573
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
67574
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
67575
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
67576
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
67577
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
67578
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
67579
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
67580
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
67581
+ "ssh_url": "git@github.com:octocat/Hello-World.git",
67582
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
67583
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
67584
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
67585
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
67586
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
67587
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
67588
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
67589
+ "clone_url": "https://github.com/octocat/Hello-World.git",
67590
+ "mirror_url": "git:git.example.com/octocat/Hello-World",
67591
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
67592
+ "svn_url": "https://svn.github.com/octocat/Hello-World",
67593
+ "homepage": "https://github.com",
67594
+ "language": null,
67595
+ "forks_count": 9,
67596
+ "stargazers_count": 80,
67597
+ "watchers_count": 80,
67598
+ "size": 108,
67599
+ "default_branch": "master",
67600
+ "open_issues_count": 0,
67601
+ "is_template": true,
67602
+ "topics": ["octocat", "atom", "electron", "api"],
67603
+ "has_issues": true,
67604
+ "has_projects": true,
67605
+ "has_wiki": true,
67606
+ "has_pages": false,
67607
+ "has_downloads": true,
67608
+ "archived": false,
67609
+ "disabled": false,
67610
+ "visibility": "public",
67611
+ "pushed_at": "2011-01-26T19:06:43Z",
67612
+ "created_at": "2011-01-26T19:01:12Z",
67613
+ "updated_at": "2011-01-26T19:14:43Z",
67614
+ "permissions": { "admin": false, "push": false, "pull": true },
67615
+ "allow_rebase_merge": true,
67616
+ "template_repository": null,
67617
+ "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
67618
+ "allow_squash_merge": true,
67619
+ "allow_auto_merge": false,
67620
+ "delete_branch_on_merge": true,
67621
+ "allow_merge_commit": true,
67622
+ "subscribers_count": 42,
67623
+ "network_count": 0,
67624
+ "license": {
67625
+ "key": "mit",
67626
+ "name": "MIT License",
67627
+ "url": "https://api.github.com/licenses/mit",
67628
+ "spdx_id": "MIT",
67629
+ "node_id": "MDc6TGljZW5zZW1pdA==",
67630
+ "html_url": "https://github.com/licenses/mit"
67631
+ },
67632
+ "forks": 1,
67633
+ "open_issues": 1,
67634
+ "watchers": 1
67635
+ }
67636
+ ]
67637
+ }
67638
+ },
67639
+ "runner-groups-org": {
67640
+ "value": {
67641
+ "total_count": 3,
67642
+ "runner_groups": [
67643
+ {
67644
+ "id": 1,
67645
+ "name": "Default",
67646
+ "visibility": "all",
67647
+ "default": true,
67648
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/1/runners",
67649
+ "inherited": false,
67650
+ "allows_public_repositories": true,
67651
+ "restricted_to_workflows": false,
67652
+ "selected_workflows": [],
67653
+ "workflow_restrictions_read_only": false
67654
+ },
67655
+ {
67656
+ "id": 2,
67657
+ "name": "octo-runner-group",
67658
+ "visibility": "selected",
67659
+ "default": false,
67660
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/repositories",
67661
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
67662
+ "inherited": true,
67663
+ "allows_public_repositories": true,
67664
+ "restricted_to_workflows": true,
67665
+ "selected_workflows": [
67666
+ "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
67667
+ ],
67668
+ "workflow_restrictions_read_only": true
67669
+ },
67670
+ {
67671
+ "id": 3,
67672
+ "name": "expensive-hardware",
67673
+ "visibility": "private",
67674
+ "default": false,
67675
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/3/runners",
67676
+ "inherited": false,
67677
+ "allows_public_repositories": true,
67678
+ "restricted_to_workflows": false,
67679
+ "selected_workflows": [
67680
+ "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
67681
+ ],
67682
+ "workflow_restrictions_read_only": false
67683
+ }
67684
+ ]
67685
+ }
67686
+ },
67687
+ "runner-group": {
67688
+ "value": {
67689
+ "id": 2,
67690
+ "name": "octo-runner-group",
67691
+ "visibility": "selected",
67692
+ "default": false,
67693
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner-groups/2/repositories",
67694
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
67695
+ "inherited": false,
67696
+ "allows_public_repositories": true,
67697
+ "restricted_to_workflows": true,
67698
+ "selected_workflows": [
67699
+ "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
67700
+ ],
67701
+ "workflow_restrictions_read_only": false
67702
+ }
67703
+ },
67704
+ "runner-group-item": {
67705
+ "value": {
67706
+ "id": 2,
67707
+ "name": "octo-runner-group",
67708
+ "visibility": "selected",
67709
+ "default": false,
67710
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/repositories",
67711
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
67712
+ "inherited": false,
67713
+ "allows_public_repositories": true,
67714
+ "restricted_to_workflows": true,
67715
+ "selected_workflows": [
67716
+ "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
67717
+ ],
67718
+ "workflow_restrictions_read_only": false
67719
+ }
67720
+ },
67721
+ "minimal-repository-paginated": {
67722
+ "value": {
67723
+ "total_count": 1,
67724
+ "repositories": [
67725
+ {
67726
+ "id": 1296269,
67727
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67728
+ "name": "Hello-World",
67729
+ "full_name": "octocat/Hello-World",
67730
+ "owner": {
67411
67731
  "login": "octocat",
67412
67732
  "id": 1,
67413
67733
  "node_id": "MDQ6VXNlcjE=",
@@ -67427,7 +67747,75 @@
67427
67747
  "type": "User",
67428
67748
  "site_admin": false
67429
67749
  },
67430
- "repository": {
67750
+ "private": false,
67751
+ "html_url": "https://github.com/octocat/Hello-World",
67752
+ "description": "This your first repo!",
67753
+ "fork": false,
67754
+ "url": "https://api.github.com/repos/octocat/Hello-World",
67755
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
67756
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
67757
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
67758
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
67759
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
67760
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
67761
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
67762
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
67763
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
67764
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
67765
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
67766
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
67767
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
67768
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
67769
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
67770
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
67771
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
67772
+ "git_url": "git:github.com/octocat/Hello-World.git",
67773
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
67774
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
67775
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
67776
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
67777
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
67778
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
67779
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
67780
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
67781
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
67782
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
67783
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
67784
+ "ssh_url": "git@github.com:octocat/Hello-World.git",
67785
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
67786
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
67787
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
67788
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
67789
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
67790
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
67791
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
67792
+ "clone_url": "https://github.com/octocat/Hello-World.git",
67793
+ "mirror_url": "git:git.example.com/octocat/Hello-World",
67794
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
67795
+ "svn_url": "https://svn.github.com/octocat/Hello-World",
67796
+ "homepage": "https://github.com",
67797
+ "language": null,
67798
+ "forks_count": 9,
67799
+ "stargazers_count": 80,
67800
+ "watchers_count": 80,
67801
+ "size": 108,
67802
+ "default_branch": "master",
67803
+ "open_issues_count": 0,
67804
+ "is_template": true,
67805
+ "topics": ["octocat", "atom", "electron", "api"],
67806
+ "has_issues": true,
67807
+ "has_projects": true,
67808
+ "has_wiki": true,
67809
+ "has_pages": false,
67810
+ "has_downloads": true,
67811
+ "archived": false,
67812
+ "disabled": false,
67813
+ "visibility": "public",
67814
+ "pushed_at": "2011-01-26T19:06:43Z",
67815
+ "created_at": "2011-01-26T19:01:12Z",
67816
+ "updated_at": "2011-01-26T19:14:43Z",
67817
+ "permissions": { "admin": false, "push": false, "pull": true },
67818
+ "template_repository": {
67431
67819
  "id": 1296269,
67432
67820
  "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67433
67821
  "name": "Hello-World",
@@ -67494,42 +67882,454 @@
67494
67882
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
67495
67883
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
67496
67884
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
67497
- "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks"
67885
+ "clone_url": "https://github.com/octocat/Hello-World.git",
67886
+ "mirror_url": "git:git.example.com/octocat/Hello-World",
67887
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
67888
+ "svn_url": "https://svn.github.com/octocat/Hello-World",
67889
+ "homepage": "https://github.com",
67890
+ "organization": null,
67891
+ "language": null,
67892
+ "forks": 9,
67893
+ "forks_count": 9,
67894
+ "stargazers_count": 80,
67895
+ "watchers_count": 80,
67896
+ "watchers": 80,
67897
+ "size": 108,
67898
+ "default_branch": "master",
67899
+ "open_issues": 0,
67900
+ "open_issues_count": 0,
67901
+ "is_template": true,
67902
+ "license": {
67903
+ "key": "mit",
67904
+ "name": "MIT License",
67905
+ "url": "https://api.github.com/licenses/mit",
67906
+ "spdx_id": "MIT",
67907
+ "node_id": "MDc6TGljZW5zZW1pdA==",
67908
+ "html_url": "https://api.github.com/licenses/mit"
67909
+ },
67910
+ "topics": ["octocat", "atom", "electron", "api"],
67911
+ "has_issues": true,
67912
+ "has_projects": true,
67913
+ "has_wiki": true,
67914
+ "has_pages": false,
67915
+ "has_downloads": true,
67916
+ "archived": false,
67917
+ "disabled": false,
67918
+ "visibility": "public",
67919
+ "pushed_at": "2011-01-26T19:06:43Z",
67920
+ "created_at": "2011-01-26T19:01:12Z",
67921
+ "updated_at": "2011-01-26T19:14:43Z",
67922
+ "permissions": { "admin": false, "push": false, "pull": true },
67923
+ "allow_rebase_merge": true,
67924
+ "template_repository": null,
67925
+ "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
67926
+ "allow_squash_merge": true,
67927
+ "allow_auto_merge": false,
67928
+ "delete_branch_on_merge": true,
67929
+ "allow_merge_commit": true,
67930
+ "subscribers_count": 42,
67931
+ "network_count": 0
67498
67932
  },
67499
- "machine": {
67500
- "name": "standardLinux",
67501
- "display_name": "4 cores, 8 GB RAM, 64 GB storage",
67502
- "operating_system": "linux",
67503
- "storage_in_bytes": 68719476736,
67504
- "memory_in_bytes": 8589934592,
67505
- "cpus": 4
67933
+ "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
67934
+ "delete_branch_on_merge": true,
67935
+ "subscribers_count": 42,
67936
+ "network_count": 0,
67937
+ "license": {
67938
+ "key": "mit",
67939
+ "name": "MIT License",
67940
+ "url": "https://api.github.com/licenses/mit",
67941
+ "spdx_id": "MIT",
67942
+ "node_id": "MDc6TGljZW5zZW1pdA=="
67506
67943
  },
67507
- "prebuild": false,
67508
- "devcontainer_path": ".devcontainer/devcontainer.json",
67509
- "created_at": "2021-10-14T00:53:30-06:00",
67510
- "updated_at": "2021-10-14T00:53:32-06:00",
67511
- "last_used_at": "2021-10-14T00:53:30-06:00",
67512
- "state": "Available",
67513
- "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q",
67514
- "git_status": {
67515
- "ahead": 0,
67516
- "behind": 0,
67517
- "has_unpushed_changes": false,
67518
- "has_uncommitted_changes": false,
67519
- "ref": "main"
67944
+ "forks": 1,
67945
+ "open_issues": 1,
67946
+ "watchers": 1
67947
+ }
67948
+ ]
67949
+ }
67950
+ },
67951
+ "organization-actions-secret-paginated": {
67952
+ "value": {
67953
+ "total_count": 3,
67954
+ "secrets": [
67955
+ {
67956
+ "name": "GIST_ID",
67957
+ "created_at": "2019-08-10T14:59:22Z",
67958
+ "updated_at": "2020-01-10T14:59:22Z",
67959
+ "visibility": "private"
67960
+ },
67961
+ {
67962
+ "name": "DEPLOY_TOKEN",
67963
+ "created_at": "2019-08-10T14:59:22Z",
67964
+ "updated_at": "2020-01-10T14:59:22Z",
67965
+ "visibility": "all"
67966
+ },
67967
+ {
67968
+ "name": "GH_TOKEN",
67969
+ "created_at": "2019-08-10T14:59:22Z",
67970
+ "updated_at": "2020-01-10T14:59:22Z",
67971
+ "visibility": "selected",
67972
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories"
67973
+ }
67974
+ ]
67975
+ }
67976
+ },
67977
+ "actions-public-key": {
67978
+ "value": {
67979
+ "key_id": "012345678912345678",
67980
+ "key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234"
67981
+ }
67982
+ },
67983
+ "organization-actions-secret": {
67984
+ "value": {
67985
+ "name": "GH_TOKEN",
67986
+ "created_at": "2019-08-10T14:59:22Z",
67987
+ "updated_at": "2020-01-10T14:59:22Z",
67988
+ "visibility": "selected",
67989
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories"
67990
+ }
67991
+ },
67992
+ "public-repository-paginated": {
67993
+ "value": {
67994
+ "total_count": 1,
67995
+ "repositories": [
67996
+ {
67997
+ "id": 1296269,
67998
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67999
+ "name": "Hello-World",
68000
+ "full_name": "octocat/Hello-World",
68001
+ "owner": {
68002
+ "login": "octocat",
68003
+ "id": 1,
68004
+ "node_id": "MDQ6VXNlcjE=",
68005
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68006
+ "gravatar_id": "",
68007
+ "url": "https://api.github.com/users/octocat",
68008
+ "html_url": "https://github.com/octocat",
68009
+ "followers_url": "https://api.github.com/users/octocat/followers",
68010
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68011
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68012
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68013
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68014
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68015
+ "repos_url": "https://api.github.com/users/octocat/repos",
68016
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68017
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68018
+ "type": "User",
68019
+ "site_admin": false
67520
68020
  },
67521
- "location": "WestUs2",
67522
- "idle_timeout_minutes": 60,
67523
- "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
67524
- "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
67525
- "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
67526
- "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
67527
- "recent_folders": []
68021
+ "private": false,
68022
+ "html_url": "https://github.com/octocat/Hello-World",
68023
+ "description": "This your first repo!",
68024
+ "fork": false,
68025
+ "url": "https://api.github.com/repos/octocat/Hello-World",
68026
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68027
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68028
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68029
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68030
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68031
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68032
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68033
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68034
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68035
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68036
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68037
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68038
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68039
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68040
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68041
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68042
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68043
+ "git_url": "git:github.com/octocat/Hello-World.git",
68044
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68045
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68046
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68047
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68048
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68049
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68050
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68051
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68052
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68053
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68054
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68055
+ "ssh_url": "git@github.com:octocat/Hello-World.git",
68056
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68057
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68058
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68059
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68060
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68061
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68062
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68063
+ "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks"
68064
+ }
68065
+ ]
68066
+ }
68067
+ },
68068
+ "simple-user-items": {
68069
+ "value": [
68070
+ {
68071
+ "login": "octocat",
68072
+ "id": 1,
68073
+ "node_id": "MDQ6VXNlcjE=",
68074
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68075
+ "gravatar_id": "",
68076
+ "url": "https://api.github.com/users/octocat",
68077
+ "html_url": "https://github.com/octocat",
68078
+ "followers_url": "https://api.github.com/users/octocat/followers",
68079
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68080
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68081
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68082
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68083
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68084
+ "repos_url": "https://api.github.com/users/octocat/repos",
68085
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68086
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68087
+ "type": "User",
68088
+ "site_admin": false
68089
+ }
68090
+ ]
68091
+ },
68092
+ "code-scanning-organization-alert-items": {
68093
+ "value": [
68094
+ {
68095
+ "number": 4,
68096
+ "created_at": "2020-02-13T12:29:18Z",
68097
+ "url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/4",
68098
+ "html_url": "https://github.com/octocat/hello-world/code-scanning/4",
68099
+ "state": "open",
68100
+ "dismissed_by": null,
68101
+ "dismissed_at": null,
68102
+ "dismissed_reason": null,
68103
+ "dismissed_comment": null,
68104
+ "rule": {
68105
+ "id": "js/zipslip",
68106
+ "severity": "error",
68107
+ "tags": ["security", "external/cwe/cwe-022"],
68108
+ "description": "Arbitrary file write during zip extraction",
68109
+ "name": "js/zipslip"
68110
+ },
68111
+ "tool": { "name": "CodeQL", "guid": null, "version": "2.4.0" },
68112
+ "most_recent_instance": {
68113
+ "ref": "refs/heads/main",
68114
+ "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
68115
+ "environment": "{}",
68116
+ "state": "open",
68117
+ "commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
68118
+ "message": {
68119
+ "text": "This path depends on a user-provided value."
68120
+ },
68121
+ "location": {
68122
+ "path": "spec-main/api-session-spec.ts",
68123
+ "start_line": 917,
68124
+ "end_line": 917,
68125
+ "start_column": 7,
68126
+ "end_column": 18
68127
+ },
68128
+ "classifications": ["test"]
68129
+ },
68130
+ "instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/4/instances",
68131
+ "repository": {
68132
+ "id": 1296269,
68133
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68134
+ "name": "Hello-World",
68135
+ "full_name": "octocat/Hello-World",
68136
+ "owner": {
68137
+ "login": "octocat",
68138
+ "id": 1,
68139
+ "node_id": "MDQ6VXNlcjE=",
68140
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68141
+ "gravatar_id": "",
68142
+ "url": "https://api.github.com/users/octocat",
68143
+ "html_url": "https://github.com/octocat",
68144
+ "followers_url": "https://api.github.com/users/octocat/followers",
68145
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68146
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68147
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68148
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68149
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68150
+ "repos_url": "https://api.github.com/users/octocat/repos",
68151
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68152
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68153
+ "type": "User",
68154
+ "site_admin": false
68155
+ },
68156
+ "private": false,
68157
+ "html_url": "https://github.com/octocat/Hello-World",
68158
+ "description": "This your first repo!",
68159
+ "fork": false,
68160
+ "url": "https://api.github.com/repos/octocat/Hello-World",
68161
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68162
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68163
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68164
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68165
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68166
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68167
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68168
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68169
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68170
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68171
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68172
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68173
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68174
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68175
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68176
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68177
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68178
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68179
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68180
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68181
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68182
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68183
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68184
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68185
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68186
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68187
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68188
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68189
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68190
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68191
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68192
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68193
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68194
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68195
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68196
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
68197
+ }
68198
+ },
68199
+ {
68200
+ "number": 3,
68201
+ "created_at": "2020-02-13T12:29:18Z",
68202
+ "url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3",
68203
+ "html_url": "https://github.com/octocat/hello-world/code-scanning/3",
68204
+ "state": "dismissed",
68205
+ "dismissed_by": {
68206
+ "login": "octocat",
68207
+ "id": 1,
68208
+ "node_id": "MDQ6VXNlcjE=",
68209
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68210
+ "gravatar_id": "",
68211
+ "url": "https://api.github.com/users/octocat",
68212
+ "html_url": "https://github.com/octocat",
68213
+ "followers_url": "https://api.github.com/users/octocat/followers",
68214
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68215
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68216
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68217
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68218
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68219
+ "repos_url": "https://api.github.com/users/octocat/repos",
68220
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68221
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68222
+ "type": "User",
68223
+ "site_admin": false
67528
68224
  },
68225
+ "dismissed_at": "2020-02-14T12:29:18Z",
68226
+ "dismissed_reason": "false positive",
68227
+ "dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
68228
+ "rule": {
68229
+ "id": "js/zipslip",
68230
+ "severity": "error",
68231
+ "tags": ["security", "external/cwe/cwe-022"],
68232
+ "description": "Arbitrary file write during zip extraction",
68233
+ "name": "js/zipslip"
68234
+ },
68235
+ "tool": { "name": "CodeQL", "guid": null, "version": "2.4.0" },
68236
+ "most_recent_instance": {
68237
+ "ref": "refs/heads/main",
68238
+ "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
68239
+ "environment": "{}",
68240
+ "state": "open",
68241
+ "commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
68242
+ "message": {
68243
+ "text": "This path depends on a user-provided value."
68244
+ },
68245
+ "location": {
68246
+ "path": "lib/ab12-gen.js",
68247
+ "start_line": 917,
68248
+ "end_line": 917,
68249
+ "start_column": 7,
68250
+ "end_column": 18
68251
+ },
68252
+ "classifications": []
68253
+ },
68254
+ "instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances",
68255
+ "repository": {
68256
+ "id": 1296269,
68257
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68258
+ "name": "Hello-World",
68259
+ "full_name": "octocat/Hello-World",
68260
+ "owner": {
68261
+ "login": "octocat",
68262
+ "id": 1,
68263
+ "node_id": "MDQ6VXNlcjE=",
68264
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68265
+ "gravatar_id": "",
68266
+ "url": "https://api.github.com/users/octocat",
68267
+ "html_url": "https://github.com/octocat",
68268
+ "followers_url": "https://api.github.com/users/octocat/followers",
68269
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68270
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68271
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68272
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68273
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68274
+ "repos_url": "https://api.github.com/users/octocat/repos",
68275
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68276
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68277
+ "type": "User",
68278
+ "site_admin": false
68279
+ },
68280
+ "private": false,
68281
+ "html_url": "https://github.com/octocat/Hello-World",
68282
+ "description": "This your first repo!",
68283
+ "fork": false,
68284
+ "url": "https://api.github.com/repos/octocat/Hello-World",
68285
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68286
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68287
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68288
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68289
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68290
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68291
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68292
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68293
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68294
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68295
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68296
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68297
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68298
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68299
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68300
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68301
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68302
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68303
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68304
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68305
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68306
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68307
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68308
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68309
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68310
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68311
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68312
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68313
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68314
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68315
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68316
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68317
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68318
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68319
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68320
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
68321
+ }
68322
+ }
68323
+ ]
68324
+ },
68325
+ "codespaces-list": {
68326
+ "value": {
68327
+ "total_count": 3,
68328
+ "codespaces": [
67529
68329
  {
67530
68330
  "id": 1,
67531
- "name": "monalisa-octocat-hello-world-3f89ada1j3",
67532
- "environment_id": "526ce4d7-46da-494f-a4f9-cfd25b818719",
68331
+ "name": "monalisa-octocat-hello-world-g4wpq6h95q",
68332
+ "environment_id": "26a7c758-7299-4a73-b978-5a92a7ae98a0",
67533
68333
  "owner": {
67534
68334
  "login": "octocat",
67535
68335
  "id": 1,
@@ -67648,12 +68448,12 @@
67648
68448
  "cpus": 4
67649
68449
  },
67650
68450
  "prebuild": false,
67651
- "devcontainer_path": ".devcontainer/foobar/devcontainer.json",
68451
+ "devcontainer_path": ".devcontainer/devcontainer.json",
67652
68452
  "created_at": "2021-10-14T00:53:30-06:00",
67653
68453
  "updated_at": "2021-10-14T00:53:32-06:00",
67654
68454
  "last_used_at": "2021-10-14T00:53:30-06:00",
67655
68455
  "state": "Available",
67656
- "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3",
68456
+ "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q",
67657
68457
  "git_status": {
67658
68458
  "ahead": 0,
67659
68459
  "behind": 0,
@@ -67663,16 +68463,16 @@
67663
68463
  },
67664
68464
  "location": "WestUs2",
67665
68465
  "idle_timeout_minutes": 60,
67666
- "web_url": "https://monalisa-octocat-hello-world-3f89ada1j3.github.dev",
67667
- "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/machines",
67668
- "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start",
67669
- "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop",
68466
+ "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
68467
+ "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
68468
+ "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
68469
+ "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
67670
68470
  "recent_folders": []
67671
68471
  },
67672
68472
  {
67673
68473
  "id": 1,
67674
- "name": "monalisa-octocat-hello-world-f8adfad99a",
67675
- "environment_id": "6ac8cd6d-a2d0-4ae3-8cea-e135059264df",
68474
+ "name": "monalisa-octocat-hello-world-3f89ada1j3",
68475
+ "environment_id": "526ce4d7-46da-494f-a4f9-cfd25b818719",
67676
68476
  "owner": {
67677
68477
  "login": "octocat",
67678
68478
  "id": 1,
@@ -67791,12 +68591,12 @@
67791
68591
  "cpus": 4
67792
68592
  },
67793
68593
  "prebuild": false,
67794
- "devcontainer_path": ".devcontainer.json",
68594
+ "devcontainer_path": ".devcontainer/foobar/devcontainer.json",
67795
68595
  "created_at": "2021-10-14T00:53:30-06:00",
67796
68596
  "updated_at": "2021-10-14T00:53:32-06:00",
67797
68597
  "last_used_at": "2021-10-14T00:53:30-06:00",
67798
68598
  "state": "Available",
67799
- "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a",
68599
+ "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3",
67800
68600
  "git_status": {
67801
68601
  "ahead": 0,
67802
68602
  "behind": 0,
@@ -67806,158 +68606,16 @@
67806
68606
  },
67807
68607
  "location": "WestUs2",
67808
68608
  "idle_timeout_minutes": 60,
67809
- "web_url": "https://monalisa-octocat-hello-world-f8adfad99a.github.dev",
67810
- "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/machines",
67811
- "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start",
67812
- "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop",
68609
+ "web_url": "https://monalisa-octocat-hello-world-3f89ada1j3.github.dev",
68610
+ "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/machines",
68611
+ "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start",
68612
+ "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop",
67813
68613
  "recent_folders": []
67814
- }
67815
- ]
67816
- }
67817
- },
67818
- "organization-full-default-response": {
67819
- "summary": "Default response",
67820
- "value": {
67821
- "login": "github",
67822
- "id": 1,
67823
- "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
67824
- "url": "https://api.github.com/orgs/github",
67825
- "repos_url": "https://api.github.com/orgs/github/repos",
67826
- "events_url": "https://api.github.com/orgs/github/events",
67827
- "hooks_url": "https://api.github.com/orgs/github/hooks",
67828
- "issues_url": "https://api.github.com/orgs/github/issues",
67829
- "members_url": "https://api.github.com/orgs/github/members{/member}",
67830
- "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
67831
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67832
- "description": "A great organization",
67833
- "name": "github",
67834
- "company": "GitHub",
67835
- "blog": "https://github.com/blog",
67836
- "location": "San Francisco",
67837
- "email": "octocat@github.com",
67838
- "twitter_username": "github",
67839
- "is_verified": true,
67840
- "has_organization_projects": true,
67841
- "has_repository_projects": true,
67842
- "public_repos": 2,
67843
- "public_gists": 1,
67844
- "followers": 20,
67845
- "following": 0,
67846
- "html_url": "https://github.com/octocat",
67847
- "created_at": "2008-01-14T04:33:35Z",
67848
- "updated_at": "2014-03-03T18:58:10Z",
67849
- "type": "Organization",
67850
- "total_private_repos": 100,
67851
- "owned_private_repos": 100,
67852
- "private_gists": 81,
67853
- "disk_usage": 10000,
67854
- "collaborators": 8,
67855
- "billing_email": "mona@github.com",
67856
- "plan": {
67857
- "name": "Medium",
67858
- "space": 400,
67859
- "private_repos": 20,
67860
- "filled_seats": 4,
67861
- "seats": 5
67862
- },
67863
- "default_repository_permission": "read",
67864
- "members_can_create_repositories": true,
67865
- "two_factor_requirement_enabled": true,
67866
- "members_allowed_repository_creation_type": "all",
67867
- "members_can_create_public_repositories": false,
67868
- "members_can_create_private_repositories": false,
67869
- "members_can_create_internal_repositories": false,
67870
- "members_can_create_pages": true,
67871
- "members_can_fork_private_repositories": false
67872
- }
67873
- },
67874
- "organization-full": {
67875
- "value": {
67876
- "login": "github",
67877
- "id": 1,
67878
- "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
67879
- "url": "https://api.github.com/orgs/github",
67880
- "repos_url": "https://api.github.com/orgs/github/repos",
67881
- "events_url": "https://api.github.com/orgs/github/events",
67882
- "hooks_url": "https://api.github.com/orgs/github/hooks",
67883
- "issues_url": "https://api.github.com/orgs/github/issues",
67884
- "members_url": "https://api.github.com/orgs/github/members{/member}",
67885
- "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
67886
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67887
- "description": "A great organization",
67888
- "name": "github",
67889
- "company": "GitHub",
67890
- "blog": "https://github.com/blog",
67891
- "location": "San Francisco",
67892
- "email": "octocat@github.com",
67893
- "twitter_username": "github",
67894
- "is_verified": true,
67895
- "has_organization_projects": true,
67896
- "has_repository_projects": true,
67897
- "public_repos": 2,
67898
- "public_gists": 1,
67899
- "followers": 20,
67900
- "following": 0,
67901
- "html_url": "https://github.com/octocat",
67902
- "created_at": "2008-01-14T04:33:35Z",
67903
- "type": "Organization",
67904
- "total_private_repos": 100,
67905
- "owned_private_repos": 100,
67906
- "private_gists": 81,
67907
- "disk_usage": 10000,
67908
- "collaborators": 8,
67909
- "billing_email": "mona@github.com",
67910
- "plan": { "name": "Medium", "space": 400, "private_repos": 20 },
67911
- "default_repository_permission": "read",
67912
- "members_can_create_repositories": true,
67913
- "two_factor_requirement_enabled": true,
67914
- "members_allowed_repository_creation_type": "all",
67915
- "members_can_create_public_repositories": false,
67916
- "members_can_create_private_repositories": false,
67917
- "members_can_create_internal_repositories": false,
67918
- "members_can_create_pages": true,
67919
- "members_can_create_public_pages": true,
67920
- "members_can_create_private_pages": true,
67921
- "members_can_fork_private_repositories": false,
67922
- "updated_at": "2014-03-03T18:58:10Z"
67923
- }
67924
- },
67925
- "org-actions-cache-usage-by-repo": {
67926
- "value": {
67927
- "total_count": 2,
67928
- "repository_cache_usages": [
67929
- {
67930
- "full_name": "octo-org/Hello-World",
67931
- "active_caches_size_in_bytes": 2322142,
67932
- "active_caches_count": 3
67933
68614
  },
67934
68615
  {
67935
- "full_name": "octo-org/server",
67936
- "active_caches_size_in_bytes": 1022142,
67937
- "active_caches_count": 2
67938
- }
67939
- ]
67940
- }
67941
- },
67942
- "oidc-custom-sub": {
67943
- "value": { "include_claim_keys": ["repo", "context"] }
67944
- },
67945
- "actions-organization-permissions": {
67946
- "value": {
67947
- "enabled_repositories": "all",
67948
- "allowed_actions": "selected",
67949
- "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions"
67950
- }
67951
- },
67952
- "repository-paginated": {
67953
- "value": {
67954
- "total_count": 1,
67955
- "repositories": [
67956
- {
67957
- "id": 1296269,
67958
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67959
- "name": "Hello-World",
67960
- "full_name": "octocat/Hello-World",
68616
+ "id": 1,
68617
+ "name": "monalisa-octocat-hello-world-f8adfad99a",
68618
+ "environment_id": "6ac8cd6d-a2d0-4ae3-8cea-e135059264df",
67961
68619
  "owner": {
67962
68620
  "login": "octocat",
67963
68621
  "id": 1,
@@ -67978,190 +68636,7 @@
67978
68636
  "type": "User",
67979
68637
  "site_admin": false
67980
68638
  },
67981
- "private": false,
67982
- "html_url": "https://github.com/octocat/Hello-World",
67983
- "description": "This your first repo!",
67984
- "fork": false,
67985
- "url": "https://api.github.com/repos/octocat/Hello-World",
67986
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
67987
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
67988
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
67989
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
67990
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
67991
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
67992
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
67993
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
67994
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
67995
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
67996
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
67997
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
67998
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
67999
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68000
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68001
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68002
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68003
- "git_url": "git:github.com/octocat/Hello-World.git",
68004
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68005
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68006
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68007
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68008
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68009
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68010
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68011
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68012
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68013
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68014
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68015
- "ssh_url": "git@github.com:octocat/Hello-World.git",
68016
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68017
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68018
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68019
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68020
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68021
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68022
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68023
- "clone_url": "https://github.com/octocat/Hello-World.git",
68024
- "mirror_url": "git:git.example.com/octocat/Hello-World",
68025
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
68026
- "svn_url": "https://svn.github.com/octocat/Hello-World",
68027
- "homepage": "https://github.com",
68028
- "language": null,
68029
- "forks_count": 9,
68030
- "stargazers_count": 80,
68031
- "watchers_count": 80,
68032
- "size": 108,
68033
- "default_branch": "master",
68034
- "open_issues_count": 0,
68035
- "is_template": true,
68036
- "topics": ["octocat", "atom", "electron", "api"],
68037
- "has_issues": true,
68038
- "has_projects": true,
68039
- "has_wiki": true,
68040
- "has_pages": false,
68041
- "has_downloads": true,
68042
- "archived": false,
68043
- "disabled": false,
68044
- "visibility": "public",
68045
- "pushed_at": "2011-01-26T19:06:43Z",
68046
- "created_at": "2011-01-26T19:01:12Z",
68047
- "updated_at": "2011-01-26T19:14:43Z",
68048
- "permissions": { "admin": false, "push": false, "pull": true },
68049
- "allow_rebase_merge": true,
68050
- "template_repository": null,
68051
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
68052
- "allow_squash_merge": true,
68053
- "allow_auto_merge": false,
68054
- "delete_branch_on_merge": true,
68055
- "allow_merge_commit": true,
68056
- "subscribers_count": 42,
68057
- "network_count": 0,
68058
- "license": {
68059
- "key": "mit",
68060
- "name": "MIT License",
68061
- "url": "https://api.github.com/licenses/mit",
68062
- "spdx_id": "MIT",
68063
- "node_id": "MDc6TGljZW5zZW1pdA==",
68064
- "html_url": "https://github.com/licenses/mit"
68065
- },
68066
- "forks": 1,
68067
- "open_issues": 1,
68068
- "watchers": 1
68069
- }
68070
- ]
68071
- }
68072
- },
68073
- "runner-groups-org": {
68074
- "value": {
68075
- "total_count": 3,
68076
- "runner_groups": [
68077
- {
68078
- "id": 1,
68079
- "name": "Default",
68080
- "visibility": "all",
68081
- "default": true,
68082
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/1/runners",
68083
- "inherited": false,
68084
- "allows_public_repositories": true,
68085
- "restricted_to_workflows": false,
68086
- "selected_workflows": [],
68087
- "workflow_restrictions_read_only": false
68088
- },
68089
- {
68090
- "id": 2,
68091
- "name": "octo-runner-group",
68092
- "visibility": "selected",
68093
- "default": false,
68094
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/repositories",
68095
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
68096
- "inherited": true,
68097
- "allows_public_repositories": true,
68098
- "restricted_to_workflows": true,
68099
- "selected_workflows": [
68100
- "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
68101
- ],
68102
- "workflow_restrictions_read_only": true
68103
- },
68104
- {
68105
- "id": 3,
68106
- "name": "expensive-hardware",
68107
- "visibility": "private",
68108
- "default": false,
68109
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/3/runners",
68110
- "inherited": false,
68111
- "allows_public_repositories": true,
68112
- "restricted_to_workflows": false,
68113
- "selected_workflows": [
68114
- "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
68115
- ],
68116
- "workflow_restrictions_read_only": false
68117
- }
68118
- ]
68119
- }
68120
- },
68121
- "runner-group": {
68122
- "value": {
68123
- "id": 2,
68124
- "name": "octo-runner-group",
68125
- "visibility": "selected",
68126
- "default": false,
68127
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner-groups/2/repositories",
68128
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
68129
- "inherited": false,
68130
- "allows_public_repositories": true,
68131
- "restricted_to_workflows": true,
68132
- "selected_workflows": [
68133
- "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
68134
- ],
68135
- "workflow_restrictions_read_only": false
68136
- }
68137
- },
68138
- "runner-group-item": {
68139
- "value": {
68140
- "id": 2,
68141
- "name": "octo-runner-group",
68142
- "visibility": "selected",
68143
- "default": false,
68144
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/repositories",
68145
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
68146
- "inherited": false,
68147
- "allows_public_repositories": true,
68148
- "restricted_to_workflows": true,
68149
- "selected_workflows": [
68150
- "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
68151
- ],
68152
- "workflow_restrictions_read_only": false
68153
- }
68154
- },
68155
- "minimal-repository-paginated": {
68156
- "value": {
68157
- "total_count": 1,
68158
- "repositories": [
68159
- {
68160
- "id": 1296269,
68161
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68162
- "name": "Hello-World",
68163
- "full_name": "octocat/Hello-World",
68164
- "owner": {
68639
+ "billable_owner": {
68165
68640
  "login": "octocat",
68166
68641
  "id": 1,
68167
68642
  "node_id": "MDQ6VXNlcjE=",
@@ -68181,75 +68656,7 @@
68181
68656
  "type": "User",
68182
68657
  "site_admin": false
68183
68658
  },
68184
- "private": false,
68185
- "html_url": "https://github.com/octocat/Hello-World",
68186
- "description": "This your first repo!",
68187
- "fork": false,
68188
- "url": "https://api.github.com/repos/octocat/Hello-World",
68189
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68190
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68191
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68192
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68193
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68194
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68195
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68196
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68197
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68198
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68199
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68200
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68201
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68202
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68203
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68204
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68205
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68206
- "git_url": "git:github.com/octocat/Hello-World.git",
68207
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68208
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68209
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68210
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68211
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68212
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68213
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68214
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68215
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68216
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68217
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68218
- "ssh_url": "git@github.com:octocat/Hello-World.git",
68219
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68220
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68221
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68222
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68223
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68224
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68225
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68226
- "clone_url": "https://github.com/octocat/Hello-World.git",
68227
- "mirror_url": "git:git.example.com/octocat/Hello-World",
68228
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
68229
- "svn_url": "https://svn.github.com/octocat/Hello-World",
68230
- "homepage": "https://github.com",
68231
- "language": null,
68232
- "forks_count": 9,
68233
- "stargazers_count": 80,
68234
- "watchers_count": 80,
68235
- "size": 108,
68236
- "default_branch": "master",
68237
- "open_issues_count": 0,
68238
- "is_template": true,
68239
- "topics": ["octocat", "atom", "electron", "api"],
68240
- "has_issues": true,
68241
- "has_projects": true,
68242
- "has_wiki": true,
68243
- "has_pages": false,
68244
- "has_downloads": true,
68245
- "archived": false,
68246
- "disabled": false,
68247
- "visibility": "public",
68248
- "pushed_at": "2011-01-26T19:06:43Z",
68249
- "created_at": "2011-01-26T19:01:12Z",
68250
- "updated_at": "2011-01-26T19:14:43Z",
68251
- "permissions": { "admin": false, "push": false, "pull": true },
68252
- "template_repository": {
68659
+ "repository": {
68253
68660
  "id": 1296269,
68254
68661
  "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68255
68662
  "name": "Hello-World",
@@ -68316,446 +68723,41 @@
68316
68723
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68317
68724
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68318
68725
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68319
- "clone_url": "https://github.com/octocat/Hello-World.git",
68320
- "mirror_url": "git:git.example.com/octocat/Hello-World",
68321
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
68322
- "svn_url": "https://svn.github.com/octocat/Hello-World",
68323
- "homepage": "https://github.com",
68324
- "organization": null,
68325
- "language": null,
68326
- "forks": 9,
68327
- "forks_count": 9,
68328
- "stargazers_count": 80,
68329
- "watchers_count": 80,
68330
- "watchers": 80,
68331
- "size": 108,
68332
- "default_branch": "master",
68333
- "open_issues": 0,
68334
- "open_issues_count": 0,
68335
- "is_template": true,
68336
- "license": {
68337
- "key": "mit",
68338
- "name": "MIT License",
68339
- "url": "https://api.github.com/licenses/mit",
68340
- "spdx_id": "MIT",
68341
- "node_id": "MDc6TGljZW5zZW1pdA==",
68342
- "html_url": "https://api.github.com/licenses/mit"
68343
- },
68344
- "topics": ["octocat", "atom", "electron", "api"],
68345
- "has_issues": true,
68346
- "has_projects": true,
68347
- "has_wiki": true,
68348
- "has_pages": false,
68349
- "has_downloads": true,
68350
- "archived": false,
68351
- "disabled": false,
68352
- "visibility": "public",
68353
- "pushed_at": "2011-01-26T19:06:43Z",
68354
- "created_at": "2011-01-26T19:01:12Z",
68355
- "updated_at": "2011-01-26T19:14:43Z",
68356
- "permissions": { "admin": false, "push": false, "pull": true },
68357
- "allow_rebase_merge": true,
68358
- "template_repository": null,
68359
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
68360
- "allow_squash_merge": true,
68361
- "allow_auto_merge": false,
68362
- "delete_branch_on_merge": true,
68363
- "allow_merge_commit": true,
68364
- "subscribers_count": 42,
68365
- "network_count": 0
68726
+ "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks"
68366
68727
  },
68367
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
68368
- "delete_branch_on_merge": true,
68369
- "subscribers_count": 42,
68370
- "network_count": 0,
68371
- "license": {
68372
- "key": "mit",
68373
- "name": "MIT License",
68374
- "url": "https://api.github.com/licenses/mit",
68375
- "spdx_id": "MIT",
68376
- "node_id": "MDc6TGljZW5zZW1pdA=="
68728
+ "machine": {
68729
+ "name": "standardLinux",
68730
+ "display_name": "4 cores, 8 GB RAM, 64 GB storage",
68731
+ "operating_system": "linux",
68732
+ "storage_in_bytes": 68719476736,
68733
+ "memory_in_bytes": 8589934592,
68734
+ "cpus": 4
68377
68735
  },
68378
- "forks": 1,
68379
- "open_issues": 1,
68380
- "watchers": 1
68381
- }
68382
- ]
68383
- }
68384
- },
68385
- "organization-actions-secret-paginated": {
68386
- "value": {
68387
- "total_count": 3,
68388
- "secrets": [
68389
- {
68390
- "name": "GIST_ID",
68391
- "created_at": "2019-08-10T14:59:22Z",
68392
- "updated_at": "2020-01-10T14:59:22Z",
68393
- "visibility": "private"
68394
- },
68395
- {
68396
- "name": "DEPLOY_TOKEN",
68397
- "created_at": "2019-08-10T14:59:22Z",
68398
- "updated_at": "2020-01-10T14:59:22Z",
68399
- "visibility": "all"
68400
- },
68401
- {
68402
- "name": "GH_TOKEN",
68403
- "created_at": "2019-08-10T14:59:22Z",
68404
- "updated_at": "2020-01-10T14:59:22Z",
68405
- "visibility": "selected",
68406
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories"
68407
- }
68408
- ]
68409
- }
68410
- },
68411
- "actions-public-key": {
68412
- "value": {
68413
- "key_id": "012345678912345678",
68414
- "key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234"
68415
- }
68416
- },
68417
- "organization-actions-secret": {
68418
- "value": {
68419
- "name": "GH_TOKEN",
68420
- "created_at": "2019-08-10T14:59:22Z",
68421
- "updated_at": "2020-01-10T14:59:22Z",
68422
- "visibility": "selected",
68423
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories"
68424
- }
68425
- },
68426
- "public-repository-paginated": {
68427
- "value": {
68428
- "total_count": 1,
68429
- "repositories": [
68430
- {
68431
- "id": 1296269,
68432
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68433
- "name": "Hello-World",
68434
- "full_name": "octocat/Hello-World",
68435
- "owner": {
68436
- "login": "octocat",
68437
- "id": 1,
68438
- "node_id": "MDQ6VXNlcjE=",
68439
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68440
- "gravatar_id": "",
68441
- "url": "https://api.github.com/users/octocat",
68442
- "html_url": "https://github.com/octocat",
68443
- "followers_url": "https://api.github.com/users/octocat/followers",
68444
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68445
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68446
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68447
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68448
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68449
- "repos_url": "https://api.github.com/users/octocat/repos",
68450
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68451
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68452
- "type": "User",
68453
- "site_admin": false
68736
+ "prebuild": false,
68737
+ "devcontainer_path": ".devcontainer.json",
68738
+ "created_at": "2021-10-14T00:53:30-06:00",
68739
+ "updated_at": "2021-10-14T00:53:32-06:00",
68740
+ "last_used_at": "2021-10-14T00:53:30-06:00",
68741
+ "state": "Available",
68742
+ "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a",
68743
+ "git_status": {
68744
+ "ahead": 0,
68745
+ "behind": 0,
68746
+ "has_unpushed_changes": false,
68747
+ "has_uncommitted_changes": false,
68748
+ "ref": "main"
68454
68749
  },
68455
- "private": false,
68456
- "html_url": "https://github.com/octocat/Hello-World",
68457
- "description": "This your first repo!",
68458
- "fork": false,
68459
- "url": "https://api.github.com/repos/octocat/Hello-World",
68460
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68461
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68462
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68463
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68464
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68465
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68466
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68467
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68468
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68469
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68470
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68471
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68472
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68473
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68474
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68475
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68476
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68477
- "git_url": "git:github.com/octocat/Hello-World.git",
68478
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68479
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68480
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68481
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68482
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68483
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68484
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68485
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68486
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68487
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68488
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68489
- "ssh_url": "git@github.com:octocat/Hello-World.git",
68490
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68491
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68492
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68493
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68494
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68495
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68496
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68497
- "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks"
68750
+ "location": "WestUs2",
68751
+ "idle_timeout_minutes": 60,
68752
+ "web_url": "https://monalisa-octocat-hello-world-f8adfad99a.github.dev",
68753
+ "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/machines",
68754
+ "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start",
68755
+ "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop",
68756
+ "recent_folders": []
68498
68757
  }
68499
68758
  ]
68500
68759
  }
68501
68760
  },
68502
- "simple-user-items": {
68503
- "value": [
68504
- {
68505
- "login": "octocat",
68506
- "id": 1,
68507
- "node_id": "MDQ6VXNlcjE=",
68508
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68509
- "gravatar_id": "",
68510
- "url": "https://api.github.com/users/octocat",
68511
- "html_url": "https://github.com/octocat",
68512
- "followers_url": "https://api.github.com/users/octocat/followers",
68513
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68514
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68515
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68516
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68517
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68518
- "repos_url": "https://api.github.com/users/octocat/repos",
68519
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68520
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68521
- "type": "User",
68522
- "site_admin": false
68523
- }
68524
- ]
68525
- },
68526
- "code-scanning-organization-alert-items": {
68527
- "value": [
68528
- {
68529
- "number": 4,
68530
- "created_at": "2020-02-13T12:29:18Z",
68531
- "url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/4",
68532
- "html_url": "https://github.com/octocat/hello-world/code-scanning/4",
68533
- "state": "open",
68534
- "dismissed_by": null,
68535
- "dismissed_at": null,
68536
- "dismissed_reason": null,
68537
- "dismissed_comment": null,
68538
- "rule": {
68539
- "id": "js/zipslip",
68540
- "severity": "error",
68541
- "tags": ["security", "external/cwe/cwe-022"],
68542
- "description": "Arbitrary file write during zip extraction",
68543
- "name": "js/zipslip"
68544
- },
68545
- "tool": { "name": "CodeQL", "guid": null, "version": "2.4.0" },
68546
- "most_recent_instance": {
68547
- "ref": "refs/heads/main",
68548
- "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
68549
- "environment": "{}",
68550
- "state": "open",
68551
- "commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
68552
- "message": {
68553
- "text": "This path depends on a user-provided value."
68554
- },
68555
- "location": {
68556
- "path": "spec-main/api-session-spec.ts",
68557
- "start_line": 917,
68558
- "end_line": 917,
68559
- "start_column": 7,
68560
- "end_column": 18
68561
- },
68562
- "classifications": ["test"]
68563
- },
68564
- "instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/4/instances",
68565
- "repository": {
68566
- "id": 1296269,
68567
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68568
- "name": "Hello-World",
68569
- "full_name": "octocat/Hello-World",
68570
- "owner": {
68571
- "login": "octocat",
68572
- "id": 1,
68573
- "node_id": "MDQ6VXNlcjE=",
68574
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68575
- "gravatar_id": "",
68576
- "url": "https://api.github.com/users/octocat",
68577
- "html_url": "https://github.com/octocat",
68578
- "followers_url": "https://api.github.com/users/octocat/followers",
68579
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68580
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68581
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68582
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68583
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68584
- "repos_url": "https://api.github.com/users/octocat/repos",
68585
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68586
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68587
- "type": "User",
68588
- "site_admin": false
68589
- },
68590
- "private": false,
68591
- "html_url": "https://github.com/octocat/Hello-World",
68592
- "description": "This your first repo!",
68593
- "fork": false,
68594
- "url": "https://api.github.com/repos/octocat/Hello-World",
68595
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68596
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68597
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68598
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68599
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68600
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68601
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68602
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68603
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68604
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68605
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68606
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68607
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68608
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68609
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68610
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68611
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68612
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68613
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68614
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68615
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68616
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68617
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68618
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68619
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68620
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68621
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68622
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68623
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68624
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68625
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68626
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68627
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68628
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68629
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68630
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
68631
- }
68632
- },
68633
- {
68634
- "number": 3,
68635
- "created_at": "2020-02-13T12:29:18Z",
68636
- "url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3",
68637
- "html_url": "https://github.com/octocat/hello-world/code-scanning/3",
68638
- "state": "dismissed",
68639
- "dismissed_by": {
68640
- "login": "octocat",
68641
- "id": 1,
68642
- "node_id": "MDQ6VXNlcjE=",
68643
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68644
- "gravatar_id": "",
68645
- "url": "https://api.github.com/users/octocat",
68646
- "html_url": "https://github.com/octocat",
68647
- "followers_url": "https://api.github.com/users/octocat/followers",
68648
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68649
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68650
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68651
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68652
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68653
- "repos_url": "https://api.github.com/users/octocat/repos",
68654
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68655
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68656
- "type": "User",
68657
- "site_admin": false
68658
- },
68659
- "dismissed_at": "2020-02-14T12:29:18Z",
68660
- "dismissed_reason": "false positive",
68661
- "dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
68662
- "rule": {
68663
- "id": "js/zipslip",
68664
- "severity": "error",
68665
- "tags": ["security", "external/cwe/cwe-022"],
68666
- "description": "Arbitrary file write during zip extraction",
68667
- "name": "js/zipslip"
68668
- },
68669
- "tool": { "name": "CodeQL", "guid": null, "version": "2.4.0" },
68670
- "most_recent_instance": {
68671
- "ref": "refs/heads/main",
68672
- "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
68673
- "environment": "{}",
68674
- "state": "open",
68675
- "commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
68676
- "message": {
68677
- "text": "This path depends on a user-provided value."
68678
- },
68679
- "location": {
68680
- "path": "lib/ab12-gen.js",
68681
- "start_line": 917,
68682
- "end_line": 917,
68683
- "start_column": 7,
68684
- "end_column": 18
68685
- },
68686
- "classifications": []
68687
- },
68688
- "instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances",
68689
- "repository": {
68690
- "id": 1296269,
68691
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68692
- "name": "Hello-World",
68693
- "full_name": "octocat/Hello-World",
68694
- "owner": {
68695
- "login": "octocat",
68696
- "id": 1,
68697
- "node_id": "MDQ6VXNlcjE=",
68698
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68699
- "gravatar_id": "",
68700
- "url": "https://api.github.com/users/octocat",
68701
- "html_url": "https://github.com/octocat",
68702
- "followers_url": "https://api.github.com/users/octocat/followers",
68703
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68704
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68705
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68706
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68707
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68708
- "repos_url": "https://api.github.com/users/octocat/repos",
68709
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68710
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68711
- "type": "User",
68712
- "site_admin": false
68713
- },
68714
- "private": false,
68715
- "html_url": "https://github.com/octocat/Hello-World",
68716
- "description": "This your first repo!",
68717
- "fork": false,
68718
- "url": "https://api.github.com/repos/octocat/Hello-World",
68719
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68720
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68721
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68722
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68723
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68724
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68725
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68726
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68727
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68728
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68729
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68730
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68731
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68732
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68733
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68734
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68735
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68736
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68737
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68738
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68739
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68740
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68741
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68742
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68743
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68744
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68745
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68746
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68747
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68748
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68749
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68750
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68751
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68752
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68753
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68754
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
68755
- }
68756
- }
68757
- ]
68758
- },
68759
68761
  "credential-authorization-items": {
68760
68762
  "value": [
68761
68763
  {
@@ -73205,7 +73207,8 @@
73205
73207
  {
73206
73208
  "id": 1,
73207
73209
  "key_prefix": "TICKET-",
73208
- "url_template": "https://example.com/TICKET?query=<num>"
73210
+ "url_template": "https://example.com/TICKET?query=<num>",
73211
+ "is_alphanumeric": true
73209
73212
  }
73210
73213
  ]
73211
73214
  },
@@ -73213,7 +73216,8 @@
73213
73216
  "value": {
73214
73217
  "id": 1,
73215
73218
  "key_prefix": "TICKET-",
73216
- "url_template": "https://example.com/TICKET?query=<num>"
73219
+ "url_template": "https://example.com/TICKET?query=<num>",
73220
+ "is_alphanumeric": true
73217
73221
  }
73218
73222
  },
73219
73223
  "short-branch-with-protection-items": {
@@ -74920,7 +74924,7 @@
74920
74924
  ]
74921
74925
  },
74922
74926
  "code-scanning-analysis-default": {
74923
- "summary": "Default response",
74927
+ "summary": "application/json response",
74924
74928
  "value": {
74925
74929
  "ref": "refs/heads/main",
74926
74930
  "commit_sha": "c18c69115654ff0166991962832dc2bd7756e655",
@@ -74939,6 +74943,49 @@
74939
74943
  "warning": ""
74940
74944
  }
74941
74945
  },
74946
+ "code-scanning-analysis-sarif": {
74947
+ "summary": "application/json+sarif response",
74948
+ "value": {
74949
+ "runs": [
74950
+ {
74951
+ "tool": {
74952
+ "driver": {
74953
+ "name": "CodeQL",
74954
+ "organization": "GitHub",
74955
+ "semanticVersion": "1.0.0",
74956
+ "rules": [
74957
+ {
74958
+ "id": "js/unused-local-variable",
74959
+ "name": "js/unused-local-variable"
74960
+ }
74961
+ ]
74962
+ }
74963
+ },
74964
+ "results": [
74965
+ {
74966
+ "guid": "326aa09f-9af8-13cf-9851-3d0e5183ec38",
74967
+ "message": { "text": "Unused variable foo." },
74968
+ "locations": [
74969
+ {
74970
+ "physicalLocation": {
74971
+ "artifactLocation": { "uri": "file1.js" },
74972
+ "region": { "startLine": 1 }
74973
+ }
74974
+ }
74975
+ ],
74976
+ "ruleId": "js/unused-local-variable",
74977
+ "properties": [
74978
+ { "github/alertNumber": 2 },
74979
+ {
74980
+ "github/alertUrl": "https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2"
74981
+ }
74982
+ ]
74983
+ }
74984
+ ]
74985
+ }
74986
+ ]
74987
+ }
74988
+ },
74942
74989
  "code-scanning-analysis-deletion": {
74943
74990
  "summary": "Default response",
74944
74991
  "value": {
@@ -75323,12 +75370,14 @@
75323
75370
  {
75324
75371
  "name": "GH_TOKEN",
75325
75372
  "created_at": "2019-08-10T14:59:22Z",
75326
- "updated_at": "2020-01-10T14:59:22Z"
75373
+ "updated_at": "2020-01-10T14:59:22Z",
75374
+ "visibility": "all"
75327
75375
  },
75328
75376
  {
75329
75377
  "name": "GIST_ID",
75330
75378
  "created_at": "2020-01-10T10:59:22Z",
75331
- "updated_at": "2020-01-11T11:59:22Z"
75379
+ "updated_at": "2020-01-11T11:59:22Z",
75380
+ "visibility": "all"
75332
75381
  }
75333
75382
  ]
75334
75383
  }
@@ -86104,16 +86153,16 @@
86104
86153
  }
86105
86154
  }
86106
86155
  },
86107
- "internal_error": {
86108
- "description": "Internal Error",
86156
+ "conflict": {
86157
+ "description": "Conflict",
86109
86158
  "content": {
86110
86159
  "application/json": {
86111
86160
  "schema": { "$ref": "#/components/schemas/basic-error" }
86112
86161
  }
86113
86162
  }
86114
86163
  },
86115
- "conflict": {
86116
- "description": "Conflict",
86164
+ "internal_error": {
86165
+ "description": "Internal Error",
86117
86166
  "content": {
86118
86167
  "application/json": {
86119
86168
  "schema": { "$ref": "#/components/schemas/basic-error" }
@@ -86274,7 +86323,7 @@
86274
86323
  "required": true,
86275
86324
  "schema": { "type": "integer" }
86276
86325
  },
86277
- "enterprise_or_org": {
86326
+ "enterprise-or-org": {
86278
86327
  "name": "enterprise_or_org",
86279
86328
  "description": "The slug version of the enterprise name or the login of an organization.",
86280
86329
  "in": "path",
@@ -86979,7 +87028,7 @@
86979
87028
  "required": true,
86980
87029
  "schema": { "type": "integer" }
86981
87030
  },
86982
- "tag_protection_id": {
87031
+ "tag-protection-id": {
86983
87032
  "name": "tag_protection_id",
86984
87033
  "description": "The unique identifier of the tag protection.",
86985
87034
  "in": "path",