Skip to content

Commit 08b15ec

Browse files
Commit via running ake Sources/migrations
1 parent 75558dc commit 08b15ec

File tree

2 files changed

+75
-37
lines changed

2 files changed

+75
-37
lines changed

Sources/migrations/Client.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ public struct Client: APIProtocol {
667667
/// View the progress of an import.
668668
///
669669
/// > [!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).
670+
/// > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down 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).
671671
///
672672
/// **Import status**
673673
///
@@ -818,7 +818,7 @@ public struct Client: APIProtocol {
818818
/// You can select the project to import by providing one of the objects in the `project_choices` array in the update request.
819819
///
820820
/// > [!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).
821+
/// > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down 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).
822822
///
823823
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/import`.
824824
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/patch(migrations/update-import)`.
@@ -922,7 +922,7 @@ public struct Client: APIProtocol {
922922
/// return a status `422 Unprocessable Entity` response.
923923
///
924924
/// > [!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).
925+
/// > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down 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).
926926
///
927927
/// - Remark: HTTP `PUT /repos/{owner}/{repo}/import`.
928928
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/put(migrations/start-import)`.
@@ -1074,7 +1074,7 @@ public struct Client: APIProtocol {
10741074
/// Stop an import for a repository.
10751075
///
10761076
/// > [!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).
1077+
/// > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down 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).
10781078
///
10791079
/// - Remark: HTTP `DELETE /repos/{owner}/{repo}/import`.
10801080
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/delete(migrations/cancel-import)`.
@@ -1147,7 +1147,7 @@ public struct Client: APIProtocol {
11471147
/// 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.
11481148
///
11491149
/// > [!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).
1150+
/// > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down 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).
11511151
///
11521152
/// - Remark: HTTP `GET /repos/{owner}/{repo}/import/authors`.
11531153
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/authors/get(migrations/get-commit-authors)`.
@@ -1268,7 +1268,7 @@ public struct Client: APIProtocol {
12681268
/// new commits to the repository.
12691269
///
12701270
/// > [!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).
1271+
/// > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down 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).
12721272
///
12731273
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/import/authors/{author_id}`.
12741274
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/authors/{author_id}/patch(migrations/map-commit-author)`.
@@ -1415,7 +1415,7 @@ public struct Client: APIProtocol {
14151415
/// List files larger than 100MB found during the import
14161416
///
14171417
/// > [!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).
1418+
/// > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down 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).
14191419
///
14201420
/// - Remark: HTTP `GET /repos/{owner}/{repo}/import/large_files`.
14211421
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/large_files/get(migrations/get-large-files)`.
@@ -1510,7 +1510,7 @@ public struct Client: APIProtocol {
15101510
/// site](https://docs.github.com/repositories/working-with-files/managing-large-files).
15111511
///
15121512
/// > [!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).
1513+
/// > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down 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).
15141514
///
15151515
/// - Remark: HTTP `PATCH /repos/{owner}/{repo}/import/lfs`.
15161516
/// - Remark: Generated from `#/paths//repos/{owner}/{repo}/import/lfs/patch(migrations/set-lfs-preference)`.

0 commit comments

Comments
 (0)