piceaTech / node-gitlab-2-github

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

remove extranious selector that prevents matching issues #197

Open mattip opened 8 months ago

mattip commented 8 months ago

Restarting a migration will fail to recognize existing github issues since the selector is looking for labels. Removing that enables the correct behaviour.

mattip commented 8 months ago

One thing I noted when restarting a partial import. If the process created an issue but was interrupted before finishing the issue import, restarting the import will not match the partial import and will create a new issue. This "messes up" the issue numbering.