Skip to content

kairen/github-labels-syncker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sync labels for all repos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published