Skip to content

Commit bb9bf13

Browse files
Commit via running ake Sources/migrations
1 parent 3bf67d9 commit bb9bf13

File tree

2 files changed

+64
-52
lines changed

2 files changed

+64
-52
lines changed

Sources/migrations/Client.swift

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ public struct Client: APIProtocol {
666666
///
667667
/// View the progress of an import.
668668
///
669-
/// **Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
669+
/// > [!WARNING]
670+
/// > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
670671
///
671672
/// **Import status**
672673
///
@@ -816,7 +817,8 @@ public struct Client: APIProtocol {
816817
/// have the status `detection_found_multiple` and the Import Progress response will include a `project_choices` array.
817818
/// You can select the project to import by providing one of the objects in the `project_choices` array in the update request.
818819
///
819-
/// **Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
820+
/// > [!WARNING]
821+
/// > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
820822
///
821823
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/import`.
822824
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/patch(migrations/update-import)`.
@@ -919,8 +921,8 @@ public struct Client: APIProtocol {
919921
/// Importing into a GitHub repository with GitHub Actions enabled is not supported and will
920922
/// return a status `422 Unprocessable Entity` response.
921923
///
922-
/// **Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
923-
///
924+
/// > [!WARNING]
925+
/// > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
924926
///
925927
/// - Remark: HTTP `PUT /repos/{owner}/{repo}/import`.
926928
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/put(migrations/start-import)`.
@@ -1071,8 +1073,8 @@ public struct Client: APIProtocol {
10711073
///
10721074
/// Stop an import for a repository.
10731075
///
1074-
/// **Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
1075-
///
1076+
/// > [!WARNING]
1077+
/// > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
10761078
///
10771079
/// - Remark: HTTP `DELETE /repos/{owner}/{repo}/import`.
10781080
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/delete(migrations/cancel-import)`.
@@ -1144,7 +1146,8 @@ public struct Client: APIProtocol {
11441146
///
11451147
/// This endpoint and the [Map a commit author](https://docs.github.com/rest/migrations/source-imports#map-a-commit-author) endpoint allow you to provide correct Git author information.
11461148
///
1147-
/// **Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
1149+
/// > [!WARNING]
1150+
/// > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
11481151
///
11491152
/// - Remark: HTTP `GET /repos/{owner}/{repo}/import/authors`.
11501153
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/authors/get(migrations/get-commit-authors)`.
@@ -1264,8 +1267,8 @@ public struct Client: APIProtocol {
12641267
/// Update an author's identity for the import. Your application can continue updating authors any time before you push
12651268
/// new commits to the repository.
12661269
///
1267-
/// **Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
1268-
///
1270+
/// > [!WARNING]
1271+
/// > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
12691272
///
12701273
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/import/authors/{author_id}`.
12711274
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/authors/{author_id}/patch(migrations/map-commit-author)`.
@@ -1411,8 +1414,8 @@ public struct Client: APIProtocol {
14111414
///
14121415
/// List files larger than 100MB found during the import
14131416
///
1414-
/// **Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
1415-
///
1417+
/// > [!WARNING]
1418+
/// > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
14161419
///
14171420
/// - Remark: HTTP `GET /repos/{owner}/{repo}/import/large_files`.
14181421
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/large_files/get(migrations/get-large-files)`.
@@ -1506,8 +1509,8 @@ public struct Client: APIProtocol {
15061509
/// You can learn more about our LFS feature and working with large files [on our help
15071510
/// site](https://docs.github.com/repositories/working-with-files/managing-large-files).
15081511
///
1509-
/// **Warning:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
1510-
///
1512+
/// > [!WARNING]
1513+
/// > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation).
15111514
///
15121515
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/import/lfs`.
15131516
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/lfs/patch(migrations/set-lfs-preference)`.

0 commit comments

Comments
 (0)