Skip to content

Commit

Permalink
Merge pull request #33614 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jun 21, 2024
2 parents 39c56d7 + 32e3edf commit b750dae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
}
4 changes: 2 additions & 2 deletions src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -215702,7 +215702,7 @@
"properties": {
"total_seats": {
"type": "integer",
"description": "Total number of Copilot seats for the organization currently being billed."
"description": "The total number of Copilot seats the enterprise is being billed for. Users with access through multiple organizations or enterprise teams are only counted once."
},
"seats": {
"type": "array",
Expand Down Expand Up @@ -216703,7 +216703,7 @@
}
],
"previews": [],
"descriptionHTML": "<p><strong>Note</strong>: This endpoint is in beta and is subject to change.</p>\n<p>Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.</p>\n<p>Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.</p>\n<p>Personal access tokens (classic) need either the <code>manage_billing:copilot</code> or <code>read:enterprise</code> scopes to use this endpoint.</p>",
"descriptionHTML": "<p><strong>Note</strong>: This endpoint is in beta and is subject to change.</p>\n<p>Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.</p>\n<p>Users with access through multiple organizations or enterprise teams will only be counted toward <code>total_seats</code> once.</p>\n<p>For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the <code>seats</code> array.</p>\n<p>Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.</p>\n<p>Personal access tokens (classic) need either the <code>manage_billing:copilot</code> or <code>read:enterprise</code> scopes to use this endpoint.</p>",
"statusCodes": [
{
"httpStatusCode": "200",
Expand Down
13 changes: 3 additions & 10 deletions src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -227265,7 +227265,7 @@
"properties": {
"total_seats": {
"type": "integer",
"description": "Total number of Copilot seats for the organization currently being billed."
"description": "The total number of Copilot seats the enterprise is being billed for. Users with access through multiple organizations or enterprise teams are only counted once."
},
"seats": {
"type": "array",
Expand Down Expand Up @@ -228266,7 +228266,7 @@
}
],
"previews": [],
"descriptionHTML": "<p><strong>Note</strong>: This endpoint is in beta and is subject to change.</p>\n<p>Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.</p>\n<p>Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.</p>\n<p>Personal access tokens (classic) need either the <code>manage_billing:copilot</code> or <code>read:enterprise</code> scopes to use this endpoint.</p>",
"descriptionHTML": "<p><strong>Note</strong>: This endpoint is in beta and is subject to change.</p>\n<p>Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription.</p>\n<p>Users with access through multiple organizations or enterprise teams will only be counted toward <code>total_seats</code> once.</p>\n<p>For each organization or enterprise team which grants Copilot access to a user, a seat detail object will appear in the <code>seats</code> array.</p>\n<p>Only enterprise owners and billing managers can view assigned Copilot seats across their child organizations or enterprise teams.</p>\n<p>Personal access tokens (classic) need either the <code>manage_billing:copilot</code> or <code>read:enterprise</code> scopes to use this endpoint.</p>",
"statusCodes": [
{
"httpStatusCode": "200",
Expand Down Expand Up @@ -254144,12 +254144,6 @@
"name": "secret_scanning_push_protection_custom_link",
"in": "body",
"description": "<p>The URL that will be displayed to contributors who are blocked from pushing a secret. For more information, see \"<a href=\"https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/protecting-pushes-with-secret-scanning\">Protecting pushes with secret scanning</a>.\"\nTo disable this functionality, set this field to <code>null</code>.</p>"
},
{
"type": "boolean or null",
"name": "secret_scanning_validity_checks_enabled",
"in": "body",
"description": "<p>Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this enterprise.</p>"
}
],
"progAccess": {
Expand All @@ -254171,8 +254165,7 @@
"dependabot_alerts_enabled_for_new_repositories": true,
"secret_scanning_enabled_for_new_repositories": true,
"secret_scanning_push_protection_enabled_for_new_repositories": true,
"secret_scanning_push_protection_custom_link": "https://github.com/test-org/test-repo/blob/main/README.md",
"secret_scanning_validity_checks_enabled": true
"secret_scanning_push_protection_custom_link": "https://github.com/test-org/test-repo/blob/main/README.md"
},
"parameters": {
"enterprise": "ENTERPRISE"
Expand Down
2 changes: 1 addition & 1 deletion src/rest/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
]
}
},
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
}
2 changes: 1 addition & 1 deletion src/webhooks/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
}

0 comments on commit b750dae

Please sign in to comment.