gh-gei
gh-gei copied to clipboard
Don't retry target repo existence check in `bbs2gh migrate-repo` if it returns `200 OK`
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.