/github-issue-clone

Clone Github issue from one repository to another

Primary LanguagePythonMIT LicenseMIT

github-issue-clone

Script to clone/copy/move issues from repository to another, e.g. when forking a repo.

Run

./main.py --token $GH_TOKEN --from user1/repo1 --to user2/repo2 [--dry-run]

TODO

  • Add support for issue number filtering (see TODO: filtering)