Simple script to copy issues from GitLab to Github
Make a copy of the example settings file cp settings-example.ini settings.ini
.
- Generate GitLab PAT (Profile -> Access Tokens)
Paste token toGITLAB -> token
- Generate Github PAT (Settings -> Developer Settings -> Personal Access tokens)
Paste token toGITHUB -> token
- Set source project ID
GITLAB -> project-id
(shown in repo home) - Define which label(s) an issue must have in order to be tranfered under
GITLAB -> labels
python main.py [-d, --dry-run]