File tree 2 files changed +8
-4
lines changed
Sources/security-advisories
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1392,7 +1392,8 @@ public struct Client: APIProtocol {
1392
1392
///
1393
1393
/// Create a temporary private fork to collaborate on fixing a security vulnerability in your repository.
1394
1394
///
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.
1396
1397
///
1397
1398
/// - Remark: HTTP `POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks`.
1398
1399
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks/post(security-advisories/create-fork)`.
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ public protocol APIProtocol: Sendable {
111
111
///
112
112
/// Create a temporary private fork to collaborate on fixing a security vulnerability in your repository.
113
113
///
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.
115
116
///
116
117
/// - Remark: HTTP `POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks`.
117
118
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks/post(security-advisories/create-fork)`.
@@ -302,7 +303,8 @@ extension APIProtocol {
302
303
///
303
304
/// Create a temporary private fork to collaborate on fixing a security vulnerability in your repository.
304
305
///
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.
306
308
///
307
309
/// - Remark: HTTP `POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks`.
308
310
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks/post(security-advisories/create-fork)`.
@@ -8493,7 +8495,8 @@ public enum Operations {
8493
8495
///
8494
8496
/// Create a temporary private fork to collaborate on fixing a security vulnerability in your repository.
8495
8497
///
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.
8497
8500
///
8498
8501
/// - Remark: HTTP `POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks`.
8499
8502
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks/post(security-advisories/create-fork)`.
You can’t perform that action at this time.
0 commit comments