After executing below script generation command I was anticipating to find steps of rewiring pipelines according to docs 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