Initial actions/labeler config (#7091) * Initial actions/labeler config * Initial actions/labeler config - add extra from review
2 files changed, 29 insertions(+), 0 deletions(-) A .github/labeler.yml A .github/workflows/labeler.yml
A .github/labeler.yml => .github/labeler.yml +18 -0
@@ 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/**/*
A .github/workflows/labeler.yml => .github/workflows/labeler.yml +11 -0