https://github.com/cpanato/github-gitlab-labels
https://github.com/cpanato/github-gitlab-labels
github go golang labels
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpanato/github-gitlab-labels
- Owner: cpanato
- Created: 2020-04-20T15:09:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T16:01:00.000Z (about 5 years ago)
- Last Synced: 2025-01-11T04:11:39.706Z (6 months ago)
- Topics: github, go, golang, labels
- Language: Go
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub/GitLab Labels
This tiny command line help you to configure your GitHub label across your org.
For now only for GitHub, GitLab comes next
There are two commands: `set` and `list`
To list and save the labels in a YAML format file you can run
```shell
$ github-gitlab-labels list --github-token xoxoxoxoxo --repo github-gitlab-labels --org cpanato --save
```To configure the labels in a specific repo
```shell
$ github-gitlab-labels set --github-token xoxoxoxoxo --label-file labels-sample.yaml --repo github-gitlab-labels --org cpanato
```