Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 633 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 633 Bytes

Build Status

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:

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:

$ make
$ ./out/labels-syncker --token=<access_token> --config=labels.yml