Skip to content

A simple python script for migrating issues, labels and comments from GitLab to GitHub.

License

Notifications You must be signed in to change notification settings

rucindrea/gitlab2github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab2github

A simple python script for migrating issues from GitLab to GitHub.

Setup

$ pip install -r requirements.txt

Usage

To move all issues from a GitLab repository to GitHub run the following commands:

$ export GITLAB_TOKEN=xxxxxxxxx
$ export GITHUB_TOKEN=xxxxxxxxx
$ export GITLAB_REPO=namespace/name
$ export GITHUB_REPO=namespace/name
$ python -m gitlab2github

Getting help on arguments or option names:

$ python -m gitlab2github --help

License

This project is licensed under the MIT License.

About

A simple python script for migrating issues, labels and comments from GitLab to GitHub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%