Revert "Initial actions/labeler config (#7091)" (#7156)

This reverts commit 32fdf4805a.
This commit is contained in:
Joel Challis 2019-10-26 00:27:17 +01:00 committed by GitHub
commit d03303ab74
Failed to generate hash of commit
2 changed files with 0 additions and 29 deletions

18
.github/labeler.yml vendored
View file

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