I have a situation where a repo exists under one organization. I would like to “transfer” it to another organization, fork it back to original and keep all the PR info and issues, etc, in the original. Basically, I want to keep discussion as it was but convert the current parent to a fork.
An alternative approach may be like:
org/repoA
- create fork
newowner/repoA
fromorg/repoA
- swap fork_id in the DB so that
newowner/repoA
is the parent oforg/repoA
Is this viable alternative or is something liable to break here?