https://github.com/hexedpackets/copy-github-labels-dockerfile
Docker image for copying the GitHub labels
https://github.com/hexedpackets/copy-github-labels-dockerfile
Last synced: 12 months ago
JSON representation
Docker image for copying the GitHub labels
- Host: GitHub
- URL: https://github.com/hexedpackets/copy-github-labels-dockerfile
- Owner: hexedpackets
- License: mit
- Created: 2015-06-01T18:08:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T18:09:54.000Z (about 11 years ago)
- Last Synced: 2025-01-21T11:45:01.966Z (over 1 year ago)
- Language: Ruby
- Homepage: https://registry.hub.docker.com/u/hexedpackets/copy-github-labels/
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# copy-github-labels
Docker image for copying the GitHub issue labels from one repo to another.
You'll need to [generate an access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) to authenticate with. This token needs to have one or both of the "repo" and "public_repo" permissions, depending on whether the repos you're using are public or not.
After you have a token, run:
`docker run -it --rm -e "ACCESS_TOKEN=letmein" hexedpackets/copy-github-labels repo/from repo/to`
The script is slightly modified from the original gist at https://gist.github.com/tylerpearson/fda868b17ca0d4e4c7e8.