labeler.yml 265 B

123456789101112131415161718
  1. core:
  2. - quantum/**/*
  3. - tmk_core/**/*
  4. - drivers/**/*
  5. - tests/**/*
  6. - util/**/*
  7. keymap:
  8. - users/**/*
  9. - layouts/**/*
  10. - keyboards/**/keymap/**/*
  11. cli:
  12. - bin/qmk
  13. - requirements.txt
  14. - lib/python/**/*
  15. python:
  16. - '**/*.py'
  17. documentation:
  18. - docs/**/*