Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
97a0091bbb
1 changed files with 8 additions and 8 deletions
12
.github/labeler.yml
vendored
12
.github/labeler.yml
vendored
|
@ -11,15 +11,15 @@ core:
|
||||||
- Makefile
|
- Makefile
|
||||||
- '*.mk'
|
- '*.mk'
|
||||||
dependencies:
|
dependencies:
|
||||||
- all:
|
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: lib/**
|
- all-globs-to-any-file:
|
||||||
- all-globs-to-all-files: '!lib/python/**'
|
- lib/**
|
||||||
|
- '!lib/python/**'
|
||||||
keyboard:
|
keyboard:
|
||||||
- all:
|
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: keyboards/**
|
- all-globs-to-any-file:
|
||||||
- all-globs-to-all-files: '!keyboards/**/keymaps/**'
|
- keyboards/**
|
||||||
|
- '!keyboards/**/keymaps/**'
|
||||||
keymap:
|
keymap:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
|
|
Loading…
Reference in a new issue