labels-syncker

command module
v0.0.0-...-8642dfb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL