gh ado2gh generate-script --all missing rewiring pipelines
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
After executing below script generation command I was anticipating to find steps of rewiring pipelines according to [docs](https://docs.github.com/en/migrations/using-github-enterprise-importer/migrating-from-azure-devops-to-github-enterprise-cloud/migrating-repositories-from-azure-devops-to-github-enterprise-cloud#step-4-generate-a-migration-script) when `all` argument is supplied.
`
gh ado2gh generate-script --ado-org orgName --github-org GH_Org --output migration.ps1 --ado-team-project ADO_Project --all --verbose
`
I do see below steps but none specify pipelines rewiring.
- `gh ado2gh create-team`
- `gh ado2gh lock-ado-repo`
- `gh ado2gh migrate-repo`
- `gh ado2gh wait-for-migration`
- `gh ado2gh disable-ado-repo`
- `gh ado2gh add-team-to-repo`
- `gh ado2gh download-logs`
Contributor guide
Assessment
This issue has not been assessed yet.