Sync GitHub labels on repos in a GitHub organization based on a YAML config file.
The following is a typical config:
cloud-native-taiwan:
fork: false
labels:
- name: test-1
color: 1fe34a
description: for test
- name: test-2
color: d73a4a
repositories:
- jobs
Use the following commands to sync labels on repos:
$ make
$ ./out/labels-syncker --token=<access_token> --config=labels.yml