ci: fix labels

This commit is contained in:
Folke Lemaitre 2024-06-05 15:10:46 +02:00
parent b764947061
commit cf2870cce0
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

4
.github/labeler.yml vendored
View file

@ -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: