summary refs log tree commit diff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-10-24 01:29:17 +0100
committerGitHub <noreply@github.com>2020-10-24 01:29:17 +0100
commitbf92957ff276eb6b4f225bc68d254dbbe97965bc (patch)
tree80bf0aea42cfb877ed7da8506fe4057d60c5d528 /.github/labeler.yml
parent33bd17a68a281db6e497b6e4679d208d0b0dad70 (diff)
Add additional auto labeler rules (#10704)
* Auto label all the things

* Makefiles are core changes

* Add label to submodule changes
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index ecebf65cb3..53921f7f95 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -5,12 +5,22 @@ core:
   - tests/**/*
   - util/**/*
   - platforms/**/*
+  - Makefile
+  - '*.mk'
+dependencies:
+  - any:
+    - 'lib/**/*'
+    - '!lib/python/**/*'
 keyboard:
-- any: ['keyboards/**/*', '!keyboards/**/keymaps/**/*']
+  - any:
+    - 'keyboards/**/*'
+    - '!keyboards/**/keymaps/**/*'
 keymap:
   - users/**/*
   - layouts/**/*
   - keyboards/**/keymaps/**/*
+via:
+  - keyboards/**/keymaps/via/*
 cli:
   - bin/qmk
   - requirements.txt