https://github.com/linyows/github-issues-mover
:steam_locomotive: A CLI tool to migrate issues across GitHub and GitHub Enteprise repos.
https://github.com/linyows/github-issues-mover
Last synced: 28 days ago
JSON representation
:steam_locomotive: A CLI tool to migrate issues across GitHub and GitHub Enteprise repos.
- Host: GitHub
- URL: https://github.com/linyows/github-issues-mover
- Owner: linyows
- Created: 2020-11-11T13:55:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T00:59:08.000Z (over 2 years ago)
- Last Synced: 2025-04-03T13:00:30.250Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🏗 You may have to use `ghe-migrator`: https://github.blog/2016-05-16-migrate-your-repositories-using-ghe-migrator/
:steam_locomotive:
GitHub Issues Mover
This is a CLI tool to migrate issues across GitHub and GitHub Enteprise repos.
In addition to issues, migration also includes labels and milestones.
Installation
--To install, use `go get`:
```sh
$ go get github.com/linyows/github-issues-mover
```Usage
--Example:
```sh
$ export SRC_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$ export DST_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
$ github-issues-mover -src=foo/bar -dst=foo/bar -dst-endpoint=https://ghe.yourhost.com
```Contribution
------------1. Fork ([https://github.com/linyows/github-issues-mover/fork](https://github.com/linyows/github-issues-mover/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull RequestAuthor
------[linyows](https://github.com/linyows)