From cf2870cce0873debb8d4bec7c3d64af9f78ff21c Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 5 Jun 2024 15:10:46 +0200 Subject: [PATCH] ci: fix labels --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index bbe691b2..9e3f87b8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,13 +2,13 @@ core: - all: - changed-files: - 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: - all: - changed-files: - 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: - changed-files: