Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lagerfeuer/github-issue-clone

Clone Github issue from one repository to another
https://github.com/lagerfeuer/github-issue-clone

clone copy github github-api issues

Last synced: 17 days ago
JSON representation

Clone Github issue from one repository to another

Awesome Lists containing this project

README

        

# github-issue-clone

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

## Run

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

## TODO
* Add support for issue number filtering (see `TODO: filtering`)