Skip to content

Commit 75e649b

Browse files
fix(deps): update @octokit/types, regenerate documentation (#827)
WIP octokit/openapi updated Co-authored-by: Octokit Bot <[email protected]>
1 parent 8978de7 commit 75e649b

13 files changed

+27
-17
lines changed

docs/codeScanning/deleteAnalysis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ The procedure therefore consists of a nested loop:
6767
- Parse this list to find a deletable analysis. If found:
6868

6969
**Inner loop**:
70-
7170
- Delete the identified analysis.
7271
- Parse the response for the value of `confirm_delete_url` and, if found, use this in the next iteration.
7372

docs/codeScanning/listRecentAnalyses.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ that were run in the analysis.
1919
For very old analyses this data is not available,
2020
and `0` is returned in this field.
2121

22-
> [!WARNING] > **Closing down notice:** The `tool_name` field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
22+
> [!WARNING]
23+
> **Closing down notice:** The `tool_name` field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field.
2324
2425
OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories.
2526

docs/codeSecurity/createConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ A description of the code security configuration
5454

5555
The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.
5656

57-
> [!WARNING] > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
57+
> [!WARNING]
58+
> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
5859
5960
</td></tr>
6061
<tr><td>code_security</td><td>no</td><td>

docs/codeSecurity/createConfigurationForEnterprise.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ A description of the code security configuration
5252

5353
The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.
5454

55-
> [!WARNING] > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
55+
> [!WARNING]
56+
> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
5657
5758
</td></tr>
5859
<tr><td>code_security</td><td>no</td><td>

docs/codeSecurity/updateConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ A description of the code security configuration
5858

5959
The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.
6060

61-
> [!WARNING] > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
61+
> [!WARNING]
62+
> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
6263
6364
</td></tr>
6465
<tr><td>code_security</td><td>no</td><td>

docs/codeSecurity/updateEnterpriseConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ A description of the code security configuration
5656

5757
The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.
5858

59-
> [!WARNING] > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
59+
> [!WARNING]
60+
> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.
6061
6162
</td></tr>
6263
<tr><td>code_security</td><td>no</td><td>

docs/orgs/addSecurityManagerTeam.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ type: API method
1010

1111
**This method is deprecated.**
1212

13-
> [!WARNING] > **Closing down notice:** This operation is closing down and will be removed starting January 1, 2026. Please use the "[Organization Roles](https://docs.github.com/rest/orgs/organization-roles)" endpoints instead.
13+
> [!WARNING]
14+
> **Closing down notice:** This operation is closing down and will be removed starting January 1, 2026. Please use the "[Organization Roles](https://docs.github.com/rest/orgs/organization-roles)" endpoints instead.
1415
1516
```js
1617
octokit.rest.orgs.addSecurityManagerTeam({

docs/orgs/listSecurityManagerTeams.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ type: API method
1010

1111
**This method is deprecated.**
1212

13-
> [!WARNING] > **Closing down notice:** This operation is closing down and will be removed starting January 1, 2026. Please use the "[Organization Roles](https://docs.github.com/rest/orgs/organization-roles)" endpoints instead.
13+
> [!WARNING]
14+
> **Closing down notice:** This operation is closing down and will be removed starting January 1, 2026. Please use the "[Organization Roles](https://docs.github.com/rest/orgs/organization-roles)" endpoints instead.
1415
1516
```js
1617
octokit.rest.orgs.listSecurityManagerTeams({

docs/orgs/removeSecurityManagerTeam.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ type: API method
1010

1111
**This method is deprecated.**
1212

13-
> [!WARNING] > **Closing down notice:** This operation is closing down and will be removed starting January 1, 2026. Please use the "[Organization Roles](https://docs.github.com/rest/orgs/organization-roles)" endpoints instead.
13+
> [!WARNING]
14+
> **Closing down notice:** This operation is closing down and will be removed starting January 1, 2026. Please use the "[Organization Roles](https://docs.github.com/rest/orgs/organization-roles)" endpoints instead.
1415
1516
```js
1617
octokit.rest.orgs.removeSecurityManagerTeam({

docs/orgs/update.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ type: API method
88

99
# Update an organization
1010

11-
> [!WARNING] > **Closing down notice:** GitHub will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes).
11+
> [!WARNING]
12+
> **Closing down notice:** GitHub will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes).
1213
13-
> [!WARNING] > **Closing down notice:** Code security product enablement for new repositories through the organization API is closing down. Please use [code security configurations](https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization) to set defaults instead. For more information on setting a default security configuration, see the [changelog](https://github.blog/changelog/2024-07-09-sunsetting-security-settings-defaults-parameters-in-the-organizations-rest-api/).
14+
> [!WARNING]
15+
> **Closing down notice:** Code security product enablement for new repositories through the organization API is closing down. Please use [code security configurations](https://docs.github.com/rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization) to set defaults instead. For more information on setting a default security configuration, see the [changelog](https://github.blog/changelog/2024-07-09-sunsetting-security-settings-defaults-parameters-in-the-organizations-rest-api/).
1416
1517
Updates the organization's profile and member privileges.
1618

0 commit comments

Comments
 (0)