Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lagerfeuer/github-issue-clone
- Owner: lagerfeuer
- License: mit
- Created: 2020-11-06T14:27:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-07T23:35:53.000Z (about 4 years ago)
- Last Synced: 2024-11-17T11:56:07.833Z (3 months ago)
- Topics: clone, copy, github, github-api, issues
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`)