mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
ci: fix labels
This commit is contained in:
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@@ -2,13 +2,13 @@ core:
|
|||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: "lua/lazyvim/**"
|
- any-glob-to-any-file: "lua/lazyvim/**"
|
||||||
- all-globs-to-all-files: "!lua/lazyvim/plugins/*"
|
- all-globs-to-all-files: "!lua/lazyvim/plugins/**"
|
||||||
|
|
||||||
core-plugins:
|
core-plugins:
|
||||||
- all:
|
- all:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: "lua/lazyvim/plugins/**"
|
- any-glob-to-any-file: "lua/lazyvim/plugins/**"
|
||||||
- all-globs-to-all-files: "!lua/lazyvim/plugins/extras/*"
|
- all-globs-to-all-files: "!lua/lazyvim/plugins/extras/**"
|
||||||
|
|
||||||
extras:
|
extras:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
|||||||
Reference in New Issue
Block a user