32fdf4805a
* Initial actions/labeler config * Initial actions/labeler config - add extra from review
18 lines
265 B
YAML
18 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/**/*
|