Org-wide GitHub configuration for the cogine-ai organization.
LABELS.md— Canonical GitHub label schema (Universal Schema v1.0)templates/labels.yml— Drop-in.github/labels.ymltemplate for adopting repostemplates/labels-sync.yml— Drop-in.github/workflows/labels-sync.ymltemplate
See LABELS.md — section Onboarding a repo. TL;DR:
# In your repo:
mkdir -p .github/workflows
curl -sL https://raw.githubusercontent.com/cogine-ai/.github/main/templates/labels.yml \
-o .github/labels.yml
curl -sL https://raw.githubusercontent.com/cogine-ai/.github/main/templates/labels-sync.yml \
-o .github/workflows/labels-sync.yml
# Edit the bottom of .github/labels.yml to set this repo's area:* or workstream:* values.
# Commit, open PR, merge to main — labels sync automatically.