GitXplorerGitXplorer
H

migrate-github-projects

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
a10d6f2f369d3269511c2f2f2471b40ef2b84366

Update README.md

HHallexCosta committed 2 years ago
Verified
50a31e0253344151da83ca392125445d468b2a3c

Update README.md

HHallexCosta committed 2 years ago
Unverified
2589ceb8e7e1d8872128e9e51b4988f6cf2db7d7

docs: update description

HHallexCosta committed 2 years ago
Unverified
d45cae7a9dcebb397c96b2c037222dfcfe638659

chore: control add draft issue with var WITH_DRAFT_ISSUE

HHallexCosta committed 2 years ago
Unverified
b5ae3725ae6c225f86d72e141ae53e2aee289064

feat: add option to migrate draft together issues and prs

HHallexCosta committed 2 years ago
Verified
34e43ec167f256ac04e3816f145962e7b8b84f5f

Update README.md

HHallexCosta committed 2 years ago

README

The README file for this repository.

Migrate Projects

Automation to easy migrate items (issues, pull request and draft issues) of a Project A to another Project B.

Project was tinked in facilitate migrate your a classic project (or beta project) from github to another Project. I made this project with purpose to migrate a old classic project to new beta project of github that has a new design with new features, but I didn't want to do the manual work of moving card by card 😂

working

Envrioments

# Personal token to authenticate your github account
GH_AUTH=
# Your login from github account
GH_LOGIN=

How to use?

# Clone project
$ gh repo clone hallexcosta/migrate-projects-github

# Access directory
$ cd migrate-projects-gituhb/

# Compile to ts code
$ yarn build

# Run project
$ yarn start