1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Deprecation announcement for non-Git repository imports in GitHub Importer (SVN, Mercurial, TFVC) (#36378)

Co-authored-by: Tim Rogers <timrogers@github.com>
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
This commit is contained in:
Laura Coursen
2023-04-17 08:05:16 -05:00
committed by GitHub
parent aabaaf9e38
commit 4be53a1de0
19 changed files with 322 additions and 172 deletions

View File

@@ -13,10 +13,12 @@ autogenerated: rest
## About source imports
{% data reusables.user-settings.imports-api-classic-pat-only %}
{% data reusables.migrations.github-importer-non-git-deprecation %}
{% data variables.migrations.source_imports_intro %} A typical source import would start the import and then (optionally) update the authors and/or update the preference for using Git LFS if large files exist in the import. You can also create a webhook that listens for the [`RepositoryImportEvent`](/webhooks-and-events/webhooks/webhook-events-and-payloads#repository_import) to find out the status of the import.
{% data reusables.user-settings.imports-api-classic-pat-only %}
The following diagram provides a more detailed example:
```