When running the migration multiple times the issue numbers created between the first migration and the second migration on gitlab will have different issue numbers than on gitlab.
It stems from the different namespaces for the numbers in gitlab and same namespace for the PR and issues in github. That happens because when migrating the MRs of Gitlab will get the issue / PR numbers right after the first few issues.
Currently I can only think of one "solution" and that is to describe this in the README.
When running the migration multiple times the issue numbers created between the first migration and the second migration on gitlab will have different issue numbers than on gitlab.
It stems from the different namespaces for the numbers in gitlab and same namespace for the PR and issues in github. That happens because when migrating the MRs of Gitlab will get the issue / PR numbers right after the first few issues.
Currently I can only think of one "solution" and that is to describe this in the README.