piceaTech / node-gitlab-2-github

Migrate Issues, milestones etc from gitlab to github
MIT License
547 stars 134 forks source link

Merge request references are not updated #121

Open mdbenito opened 2 years ago

mdbenito commented 2 years ago

GitLab refs to MRs in the form of !number should be converted to GitHub refs with a #

One possible solution could be to compute the highest GitHub issue number which will result after importing all issues, and add that to the number in !number, before converting to #number during the issue import. This could be tricky for non-fresh imports (i.e. updates)