Remove warnings about "queue only" default being swapped to "wait"
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
A couple of months ago, we changed the CLI's defaults so that, when migrating a repo, we wait for the migration to finish by default, rather than just queueing it and then exiting.
Having given some warnings to users, we should now remove this:
https://github.com/github/gh-gei/blob/main/src/gei/Commands/MigrateRepo/MigrateRepoCommandArgs.cs#L61
https://github.com/github/gh-gei/blob/5bdf071564e35eaff223d8c8ad525e7c176cdd3a/src/bbs2gh/Commands/MigrateRepo/MigrateRepoCommandArgs.cs#L109
https://github.com/github/gh-gei/blob/5bdf071564e35eaff223d8c8ad525e7c176cdd3a/src/ado2gh/Commands/MigrateRepo/MigrateRepoCommandArgs.cs#L36
## Todo
- [ ] ...
## Dependencies
- ...
Contributor guide
Assessment
This issue has not been assessed yet.