Skip to content

Commit 9a9a41d

Browse files
authored
Don't mention unavailable --skip-releases option for ADO-to-GitHub migrations (#40517)
1 parent f62fa2a commit 9a9a41d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ gh gei generate-script --github-source-org SOURCE \
419419

420420
{% data reusables.enterprise-migration-tool.review-migration-script %}
421421

422+
{% data reusables.enterprise-migration-tool.skip-releases %}
423+
422424
## Step 6: Migrate repositories
423425

424426
{% data reusables.enterprise-migration-tool.migrate-repos-gei %}

content/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ gh gei generate-script --github-source-org SOURCE --github-target-org DESTINATIO
183183

184184
{% data reusables.enterprise-migration-tool.review-migration-script %}
185185

186+
{% data reusables.enterprise-migration-tool.skip-releases %}
187+
186188
## Step 5: Migrate repositories
187189

188190
{% data reusables.enterprise-migration-tool.migrate-repos-gei %}

data/reusables/enterprise-migration-tool/review-migration-script.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ After you generate the script, review the file and, optionally, edit the script.
22

33
- If there are any repositories you don't want to migrate, delete or comment out the corresponding lines.
44
- If you want any repositories to have a different name in the destination organization, update the value for the corresponding `--target-repo` flag.
5-
6-
{% data reusables.enterprise-migration-tool.skip-releases %}

0 commit comments

Comments
 (0)