Initial actions/labeler config (#7091)

* Initial actions/labeler config

* Initial actions/labeler config - add extra from review
This commit is contained in:
Joel Challis 2019-10-25 14:34:54 +01:00 committed by GitHub
commit 32fdf4805a
Failed to generate hash of commit
2 changed files with 29 additions and 0 deletions

18
.github/labeler.yml vendored Normal file
View file

@ -0,0 +1,18 @@
core:
- quantum/**/*
- tmk_core/**/*
- drivers/**/*
- tests/**/*
- util/**/*
keymap:
- users/**/*
- layouts/**/*
- keyboards/**/keymap/**/*
cli:
- bin/qmk
- requirements.txt
- lib/python/**/*
python:
- '**/*.py'
documentation:
- docs/**/*