Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpanato/github-gitlab-labels
https://github.com/cpanato/github-gitlab-labels
github go golang labels
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpanato/github-gitlab-labels
- Owner: cpanato
- Created: 2020-04-20T15:09:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T16:01:00.000Z (almost 5 years ago)
- Last Synced: 2024-11-12T06:35:27.895Z (2 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
```