lagerfeuer / github-issue-clone

Clone Github issue from one repository to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Clone Github issue from one repository to another

License:MIT License


Languages

Language:Python 100.0%