https://github.com/kairen/github-labels-syncker
Sync labels for all repos.
https://github.com/kairen/github-labels-syncker
Last synced: 4 months ago
JSON representation
Sync labels for all repos.
- Host: GitHub
- URL: https://github.com/kairen/github-labels-syncker
- Owner: kairen
- License: apache-2.0
- Created: 2019-08-21T09:22:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T11:12:19.000Z (about 6 years ago)
- Last Synced: 2025-02-10T12:32:33.362Z (8 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://travis-ci.org/cloud-native-taiwan/labels-syncker)
# Labels Syncker
Sync GitHub labels on repos in a GitHub organization based on a YAML config file.## Setting config
The following is a typical config:```yaml
cloud-native-taiwan:
fork: false
labels:
- name: test-1
color: 1fe34a
description: for test
- name: test-2
color: d73a4a
repositories:
- jobs
```## Usage
Use the following commands to sync labels on repos:```sh
$ make
$ ./out/labels-syncker --token= --config=labels.yml
```