- Edit labels inside
labelsync.ts
- Commit and push on
master
branch (husky pre-commit script runs to updatelabelsync.yml
)
- We wrap
label-sync
library for easier label managementlib/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
.
- We have LabelSync Manager GitHub App built by @maticzav installed on our GitHub org.
- It monitors this specially named repo and applies all changes detected to
labelsync.yml
onmaster
branch.