Don't retry target repo existence check in `bbs2gh migrate-repo` if it returns `200 OK`
Open
bug
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
## Description
After the changes I made in https://github.com/github/gh-gei/pull/1087, the CLI is checking whether the target repo exists, but when it gets a `200 OK` response, it is retrying 5 times. We should only run this check once.
## Reproduction Steps
Contributor guide
Assessment
This issue has not been assessed yet.