gh-gei icon indicating copy to clipboard operation
gh-gei copied to clipboard

Don't retry target repo existence check in `bbs2gh migrate-repo` if it returns `200 OK`

Open timrogers opened this issue 2 years ago • 0 comments

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

timrogers avatar Aug 07 '23 10:08 timrogers