Skip to content

Commit b750dae

Browse files
authored
Merge pull request #33614 from github/repo-sync
Repo sync
2 parents 39c56d7 + 32e3edf commit b750dae

File tree

5 files changed

+8
-15
lines changed

5 files changed

+8
-15
lines changed

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
63+
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215702,7 +215702,7 @@
215702215702
"properties": {
215703215703
"total_seats": {
215704215704
"type": "integer",
215705-
"description": "Total number of Copilot seats for the organization currently being billed."
215705+
"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."
215706215706
},
215707215707
"seats": {
215708215708
"type": "array",
@@ -216703,7 +216703,7 @@
216703216703
}
216704216704
],
216705216705
"previews": [],
216706-
"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>",
216706+
"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>",
216707216707
"statusCodes": [
216708216708
{
216709216709
"httpStatusCode": "200",

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227265,7 +227265,7 @@
227265227265
"properties": {
227266227266
"total_seats": {
227267227267
"type": "integer",
227268-
"description": "Total number of Copilot seats for the organization currently being billed."
227268+
"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."
227269227269
},
227270227270
"seats": {
227271227271
"type": "array",
@@ -228266,7 +228266,7 @@
228266228266
}
228267228267
],
228268228268
"previews": [],
228269-
"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>",
228269+
"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>",
228270228270
"statusCodes": [
228271228271
{
228272228272
"httpStatusCode": "200",
@@ -254144,12 +254144,6 @@
254144254144
"name": "secret_scanning_push_protection_custom_link",
254145254145
"in": "body",
254146254146
"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>"
254147-
},
254148-
{
254149-
"type": "boolean or null",
254150-
"name": "secret_scanning_validity_checks_enabled",
254151-
"in": "body",
254152-
"description": "<p>Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this enterprise.</p>"
254153254147
}
254154254148
],
254155254149
"progAccess": {
@@ -254171,8 +254165,7 @@
254171254165
"dependabot_alerts_enabled_for_new_repositories": true,
254172254166
"secret_scanning_enabled_for_new_repositories": true,
254173254167
"secret_scanning_push_protection_enabled_for_new_repositories": true,
254174-
"secret_scanning_push_protection_custom_link": "https://github.com/test-org/test-repo/blob/main/README.md",
254175-
"secret_scanning_validity_checks_enabled": true
254168+
"secret_scanning_push_protection_custom_link": "https://github.com/test-org/test-repo/blob/main/README.md"
254176254169
},
254177254170
"parameters": {
254178254171
"enterprise": "ENTERPRISE"

src/rest/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
]
4848
}
4949
},
50-
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
50+
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
5151
}

src/webhooks/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"sha": "5343bf7e3ea2d5fe927db9f1c508f5b23461d4fa"
2+
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
33
}

0 commit comments

Comments
 (0)