Add additional auto labeler rules (#10704)
* Auto label all the things * Makefiles are core changes * Add label to submodule changes
This commit is contained in:
parent
33bd17a68a
commit
bf92957ff2
1 changed files with 11 additions and 1 deletions
12
.github/labeler.yml
vendored
12
.github/labeler.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue