forked from mirrors/qmk_firmware
8456625655
* Initial auto PR labeler config * Update .github/labeler.yml Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update since develop merged Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
19 lines
285 B
YAML
19 lines
285 B
YAML
core:
|
|
- quantum/**/*
|
|
- tmk_core/**/*
|
|
- drivers/**/*
|
|
- tests/**/*
|
|
- util/**/*
|
|
- platforms/**/*
|
|
keymap:
|
|
- users/**/*
|
|
- layouts/**/*
|
|
- keyboards/**/keymaps/**/*
|
|
cli:
|
|
- bin/qmk
|
|
- requirements.txt
|
|
- lib/python/**/*
|
|
python:
|
|
- '**/*.py'
|
|
documentation:
|
|
- docs/**/*
|