google / github-issue-mover

Making it easy to migrate issues between repos.
https://github-issue-mover.appspot.com
Apache License 2.0
615 stars 58 forks source link

Update implicit (or relative) issue urls when moving #104

Open FichteFoll opened 9 years ago

FichteFoll commented 9 years ago

If you have an issue reference in the original issue that is implicit, like #123 then it won't be fixed to point to the original issue when moving. The reason is that the #123 will now be completed to github.com/newowner/newrepo#123 by GFM because that is where it resides since it's relative.

The same would obviously apply for commit hashes.