mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
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/**/*
|
- tests/**/*
|
||||||
- util/**/*
|
- util/**/*
|
||||||
- platforms/**/*
|
- platforms/**/*
|
||||||
|
- Makefile
|
||||||
|
- '*.mk'
|
||||||
|
dependencies:
|
||||||
|
- any:
|
||||||
|
- 'lib/**/*'
|
||||||
|
- '!lib/python/**/*'
|
||||||
keyboard:
|
keyboard:
|
||||||
- any: ['keyboards/**/*', '!keyboards/**/keymaps/**/*']
|
- any:
|
||||||
|
- 'keyboards/**/*'
|
||||||
|
- '!keyboards/**/keymaps/**/*'
|
||||||
keymap:
|
keymap:
|
||||||
- users/**/*
|
- users/**/*
|
||||||
- layouts/**/*
|
- layouts/**/*
|
||||||
- keyboards/**/keymaps/**/*
|
- keyboards/**/keymaps/**/*
|
||||||
|
via:
|
||||||
|
- keyboards/**/keymaps/via/*
|
||||||
cli:
|
cli:
|
||||||
- bin/qmk
|
- bin/qmk
|
||||||
- requirements.txt
|
- requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue