Skip to content

Commit 8dac6ef

Browse files
Commit via running: make Sources/repos
1 parent 1c5df02 commit 8dac6ef

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Sources/repos/Client.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,8 @@ public struct Client: APIProtocol {
11151115
/// The `parent` and `source` objects are present when the repository is a fork. `parent` is the repository this repository was forked from, `source` is the ultimate source for the network.
11161116
///
11171117
/// > [!NOTE]
1118-
/// > In order to see the `security_and_analysis` block for a repository you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see "[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
1118+
/// > - In order to see the `security_and_analysis` block for a repository you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see "[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
1119+
/// > - To view merge-related settings, you must have the `contents:read` and `contents:write` permissions.
11191120
///
11201121
/// - Remark: HTTP `GET /repos/{owner}/{repo}`.
11211122
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/get(repos/get)`.

Sources/repos/Types.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ public protocol APIProtocol: Sendable {
8989
/// The `parent` and `source` objects are present when the repository is a fork. `parent` is the repository this repository was forked from, `source` is the ultimate source for the network.
9090
///
9191
/// > [!NOTE]
92-
/// > In order to see the `security_and_analysis` block for a repository you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see "[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
92+
/// > - In order to see the `security_and_analysis` block for a repository you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see "[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
93+
/// > - To view merge-related settings, you must have the `contents:read` and `contents:write` permissions.
9394
///
9495
/// - Remark: HTTP `GET /repos/{owner}/{repo}`.
9596
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/get(repos/get)`.
@@ -2276,7 +2277,8 @@ extension APIProtocol {
22762277
/// The `parent` and `source` objects are present when the repository is a fork. `parent` is the repository this repository was forked from, `source` is the ultimate source for the network.
22772278
///
22782279
/// > [!NOTE]
2279-
/// > In order to see the `security_and_analysis` block for a repository you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see "[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
2280+
/// > - In order to see the `security_and_analysis` block for a repository you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see "[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
2281+
/// > - To view merge-related settings, you must have the `contents:read` and `contents:write` permissions.
22802282
///
22812283
/// - Remark: HTTP `GET /repos/{owner}/{repo}`.
22822284
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/get(repos/get)`.
@@ -25899,7 +25901,8 @@ public enum Operations {
2589925901
/// The `parent` and `source` objects are present when the repository is a fork. `parent` is the repository this repository was forked from, `source` is the ultimate source for the network.
2590025902
///
2590125903
/// > [!NOTE]
25902-
/// > In order to see the `security_and_analysis` block for a repository you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see "[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
25904+
/// > - In order to see the `security_and_analysis` block for a repository you must have admin permissions for the repository or be an owner or security manager for the organization that owns the repository. For more information, see "[Managing security managers in your organization](https://docs.github.com/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)."
25905+
/// > - To view merge-related settings, you must have the `contents:read` and `contents:write` permissions.
2590325906
///
2590425907
/// - Remark: HTTP `GET /repos/{owner}/{repo}`.
2590525908
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/get(repos/get)`.

0 commit comments

Comments
 (0)