mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
Fix auto 'keyboard' label (#24221)
This commit is contained in:
parent
1355eb493f
commit
e910c89e0b
16
.github/labeler.yml
vendored
16
.github/labeler.yml
vendored
|
@ -11,15 +11,15 @@ core:
|
||||||
- Makefile
|
- Makefile
|
||||||
- '*.mk'
|
- '*.mk'
|
||||||
dependencies:
|
dependencies:
|
||||||
- all:
|
- changed-files:
|
||||||
- changed-files:
|
- all-globs-to-any-file:
|
||||||
- any-glob-to-any-file: lib/**
|
- lib/**
|
||||||
- all-globs-to-all-files: '!lib/python/**'
|
- '!lib/python/**'
|
||||||
keyboard:
|
keyboard:
|
||||||
- all:
|
- changed-files:
|
||||||
- changed-files:
|
- all-globs-to-any-file:
|
||||||
- any-glob-to-any-file: keyboards/**
|
- keyboards/**
|
||||||
- all-globs-to-all-files: '!keyboards/**/keymaps/**'
|
- '!keyboards/**/keymaps/**'
|
||||||
keymap:
|
keymap:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user