Skip to content

Commit c9dc190

Browse files
Commit via running ake Sources/security-advisories
1 parent c8f11dd commit c9dc190

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Sources/security-advisories/Client.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,8 @@ public struct Client: APIProtocol {
13921392
///
13931393
/// Create a temporary private fork to collaborate on fixing a security vulnerability in your repository.
13941394
///
1395-
/// **Note**: Forking a repository happens asynchronously. You may have to wait up to 5 minutes before you can access the fork.
1395+
/// > [!NOTE]
1396+
/// > Forking a repository happens asynchronously. You may have to wait up to 5 minutes before you can access the fork.
13961397
///
13971398
/// - Remark: HTTP `POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks`.
13981399
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks/post(security-advisories/create-fork)`.

Sources/security-advisories/Types.swift

+6-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ public protocol APIProtocol: Sendable {
111111
///
112112
/// Create a temporary private fork to collaborate on fixing a security vulnerability in your repository.
113113
///
114-
/// **Note**: Forking a repository happens asynchronously. You may have to wait up to 5 minutes before you can access the fork.
114+
/// > [!NOTE]
115+
/// > Forking a repository happens asynchronously. You may have to wait up to 5 minutes before you can access the fork.
115116
///
116117
/// - Remark: HTTP `POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks`.
117118
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks/post(security-advisories/create-fork)`.
@@ -302,7 +303,8 @@ extension APIProtocol {
302303
///
303304
/// Create a temporary private fork to collaborate on fixing a security vulnerability in your repository.
304305
///
305-
/// **Note**: Forking a repository happens asynchronously. You may have to wait up to 5 minutes before you can access the fork.
306+
/// > [!NOTE]
307+
/// > Forking a repository happens asynchronously. You may have to wait up to 5 minutes before you can access the fork.
306308
///
307309
/// - Remark: HTTP `POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks`.
308310
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks/post(security-advisories/create-fork)`.
@@ -8493,7 +8495,8 @@ public enum Operations {
84938495
///
84948496
/// Create a temporary private fork to collaborate on fixing a security vulnerability in your repository.
84958497
///
8496-
/// **Note**: Forking a repository happens asynchronously. You may have to wait up to 5 minutes before you can access the fork.
8498+
/// > [!NOTE]
8499+
/// > Forking a repository happens asynchronously. You may have to wait up to 5 minutes before you can access the fork.
84978500
///
84988501
/// - Remark: HTTP `POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks`.
84998502
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks/post(security-advisories/create-fork)`.

0 commit comments

Comments
 (0)