piceaTech / node-gitlab-2-github

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

Add feature: Prefix mentions of inactive users in issues and PRs. #191

Closed pranavpadmasali closed 2 months ago

pranavpadmasali commented 11 months ago

Added Setting inactiveUserSettings. It takes a list of user names from GitLab, and the mentions of these users in issues and PRs will be prefixed with a prepend string when they are migrated to GitHub. This will be mostly used when migrating inactive users from GitLab to GitHub, ensuring that the inactive user names don't collide with existing GitHub users.

spruce commented 11 months ago

Maybe I don't get the usecase correctly, but shouldn't this be possible with the usermap?