diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 36ef2aaeb2..1bbb97afe5 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -5918,6 +5918,10 @@ "secret_scanning_push_protection_custom_link": { "type": "string", "description": "If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret." + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -98706,6 +98710,11 @@ "type": "string", "format": "date-time", "nullable": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "example": false, + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } }, "required": [ @@ -117383,6 +117392,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -124395,6 +124407,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -266963,6 +266978,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -282519,7 +282535,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] }, @@ -282533,7 +282550,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } }, "label": { diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index e07450986b..3edce497b7 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -4267,6 +4267,10 @@ paths: description: If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret. + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -71960,6 +71964,11 @@ components: type: string format: date-time nullable: true + deploy_keys_enabled_for_repositories: + type: boolean + example: false + description: Controls whether or not deploy keys may be added and used for + repositories in the organization. required: - login - url @@ -86442,6 +86451,8 @@ components: last_used: type: string nullable: true + enabled: + type: boolean required: - id - key @@ -91798,6 +91809,8 @@ components: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key @@ -200140,6 +200153,7 @@ components: members_can_fork_private_repositories: false web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -213399,6 +213413,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true deploy-key: value: id: 1 @@ -213410,6 +213425,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true label: value: id: 208045946 diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 36ef2aaeb2..1bbb97afe5 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -5918,6 +5918,10 @@ "secret_scanning_push_protection_custom_link": { "type": "string", "description": "If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret." + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -98706,6 +98710,11 @@ "type": "string", "format": "date-time", "nullable": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "example": false, + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } }, "required": [ @@ -117383,6 +117392,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -124395,6 +124407,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -266963,6 +266978,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -282519,7 +282535,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] }, @@ -282533,7 +282550,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } }, "label": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index e07450986b..3edce497b7 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -4267,6 +4267,10 @@ paths: description: If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret. + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -71960,6 +71964,11 @@ components: type: string format: date-time nullable: true + deploy_keys_enabled_for_repositories: + type: boolean + example: false + description: Controls whether or not deploy keys may be added and used for + repositories in the organization. required: - login - url @@ -86442,6 +86451,8 @@ components: last_used: type: string nullable: true + enabled: + type: boolean required: - id - key @@ -91798,6 +91809,8 @@ components: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key @@ -200140,6 +200153,7 @@ components: members_can_fork_private_repositories: false web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -213399,6 +213413,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true deploy-key: value: id: 1 @@ -213410,6 +213425,7 @@ components: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true label: value: id: 208045946 diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index f2047d1856..9881944f25 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -48024,6 +48024,11 @@ "type": "string", "format": "date-time", "nullable": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "example": false, + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } }, "required": [ @@ -48109,6 +48114,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -48325,6 +48331,10 @@ "secret_scanning_push_protection_custom_link": { "type": "string", "description": "If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret." + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -48639,6 +48649,11 @@ "type": "string", "format": "date-time", "nullable": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "example": false, + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } }, "required": [ @@ -48724,6 +48739,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -325439,6 +325455,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -325464,7 +325483,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] } @@ -325593,6 +325613,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -325616,7 +325639,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -325788,6 +325812,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -325811,7 +325838,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -578560,6 +578588,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -580216,6 +580247,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 0589b0b4c6..c9c7103985 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -15429,6 +15429,11 @@ paths: type: string format: date-time nullable: true + deploy_keys_enabled_for_repositories: + type: boolean + example: false + description: Controls whether or not deploy keys may be added + and used for repositories in the organization. required: - login - url @@ -15509,6 +15514,7 @@ paths: members_can_fork_private_repositories: false web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -15738,6 +15744,10 @@ paths: description: If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret. + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -70386,6 +70396,8 @@ paths: last_used: type: string nullable: true + enabled: + type: boolean required: - id - key @@ -70406,6 +70418,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Link: *39 x-github: @@ -70473,6 +70486,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Location: example: https://api.github.com/repos/octocat/Hello-World/keys/1 @@ -104023,6 +104037,8 @@ x-webhooks: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index f2047d1856..9881944f25 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -48024,6 +48024,11 @@ "type": "string", "format": "date-time", "nullable": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "example": false, + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } }, "required": [ @@ -48109,6 +48114,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -48325,6 +48331,10 @@ "secret_scanning_push_protection_custom_link": { "type": "string", "description": "If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret." + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -48639,6 +48649,11 @@ "type": "string", "format": "date-time", "nullable": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "example": false, + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } }, "required": [ @@ -48724,6 +48739,7 @@ "members_can_fork_private_repositories": false, "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -325439,6 +325455,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -325464,7 +325483,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] } @@ -325593,6 +325613,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -325616,7 +325639,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -325788,6 +325812,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -325811,7 +325838,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -578560,6 +578588,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -580216,6 +580247,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 0589b0b4c6..c9c7103985 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -15429,6 +15429,11 @@ paths: type: string format: date-time nullable: true + deploy_keys_enabled_for_repositories: + type: boolean + example: false + description: Controls whether or not deploy keys may be added + and used for repositories in the organization. required: - login - url @@ -15509,6 +15514,7 @@ paths: members_can_fork_private_repositories: false web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -15738,6 +15744,10 @@ paths: description: If `secret_scanning_push_protection_custom_link_enabled` is true, the URL that will be displayed to contributors who are blocked from pushing a secret. + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -70386,6 +70396,8 @@ paths: last_used: type: string nullable: true + enabled: + type: boolean required: - id - key @@ -70406,6 +70418,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Link: *39 x-github: @@ -70473,6 +70486,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z' + enabled: true headers: Location: example: https://api.github.com/repos/octocat/Hello-World/keys/1 @@ -104023,6 +104037,8 @@ x-webhooks: format: uri verified: type: boolean + enabled: + type: boolean required: - id - key diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 214f0ff309..71ca8695c7 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -58486,6 +58486,11 @@ "type": "string", "format": "date-time", "nullable": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "example": false, + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } }, "required": [ @@ -58572,6 +58577,7 @@ "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", "archived_at": null, + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -58794,6 +58800,10 @@ "type": "boolean", "description": "**Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead.\n\nWhether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization.", "deprecated": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } } }, @@ -59114,6 +59124,11 @@ "type": "string", "format": "date-time", "nullable": true + }, + "deploy_keys_enabled_for_repositories": { + "type": "boolean", + "example": false, + "description": "Controls whether or not deploy keys may be added and used for repositories in the organization." } }, "required": [ @@ -59200,6 +59215,7 @@ "web_commit_signoff_required": false, "updated_at": "2014-03-03T18:58:10Z", "archived_at": null, + "deploy_keys_enabled_for_repositories": false, "dependency_graph_enabled_for_new_repositories": false, "dependabot_alerts_enabled_for_new_repositories": false, "dependabot_security_updates_enabled_for_new_repositories": false, @@ -342342,6 +342358,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -342367,7 +342386,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } ] } @@ -342496,6 +342516,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -342519,7 +342542,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -342691,6 +342715,9 @@ "last_used": { "type": "string", "nullable": true + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -342714,7 +342741,8 @@ "created_at": "2014-12-10T15:53:42Z", "read_only": true, "added_by": "octocat", - "last_used": "2022-01-10T15:53:42Z" + "last_used": "2022-01-10T15:53:42Z", + "enabled": true } } } @@ -624802,6 +624830,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ @@ -626458,6 +626489,9 @@ }, "verified": { "type": "boolean" + }, + "enabled": { + "type": "boolean" } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 2bcba803fd..7916b96dfc 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -19764,6 +19764,11 @@ paths: type: string format: date-time nullable: true + deploy_keys_enabled_for_repositories: + type: boolean + example: false + description: Controls whether or not deploy keys may be added + and used for repositories in the organization. required: - login - url @@ -19845,6 +19850,7 @@ paths: web_commit_signoff_required: false updated_at: '2014-03-03T18:58:10Z' archived_at: + deploy_keys_enabled_for_repositories: false dependency_graph_enabled_for_new_repositories: false dependabot_alerts_enabled_for_new_repositories: false dependabot_security_updates_enabled_for_new_repositories: false @@ -20082,6 +20088,10 @@ paths: Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization. deprecated: true + deploy_keys_enabled_for_repositories: + type: boolean + description: Controls whether or not deploy keys may be added and + used for repositories in the organization. examples: default: value: @@ -75531,6 +75541,8 @@ paths: last_used: type: string nullable: true + enabled: + type: boolean required: - id - key @@ -75551,6 +75563,7 @@ paths: read_only: true added_by: octocat last_used: '2022-01-10T15:53:42Z{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}