mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
32fdf4805a
* Initial actions/labeler config * Initial actions/labeler config - add extra from review
19 lines
265 B
YAML
19 lines
265 B
YAML
core:
|
|
- quantum/**/*
|
|
- tmk_core/**/*
|
|
- drivers/**/*
|
|
- tests/**/*
|
|
- util/**/*
|
|
keymap:
|
|
- users/**/*
|
|
- layouts/**/*
|
|
- keyboards/**/keymap/**/*
|
|
cli:
|
|
- bin/qmk
|
|
- requirements.txt
|
|
- lib/python/**/*
|
|
python:
|
|
- '**/*.py'
|
|
documentation:
|
|
- docs/**/*
|