Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 784 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 784 Bytes

LabelSync

Usage

  1. Edit labels inside labelsync.ts
  2. Commit and push on master branch (husky pre-commit script runs to update labelsync.yml)

Development

  • We wrap label-sync library for easier label management lib/labelsync-wrapper.ts
  • Changing our label system (e.g. new label category or change color of an existing category) can be done in lib/core.ts.

How it works