From 9380e94095de418997bc098585dbb7539897c83b Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 11 Jun 2025 08:37:47 -0500 Subject: [PATCH] ci: fix bars labeler Signed-off-by: Austin Horstman (cherry picked from commit 60658954fbe45c1a17bd0ccdb4c798a667e08114) --- .github/labeler.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 2cf5c7fc7..32b0d090c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,4 @@ + "mail": - changed-files: - any-glob-to-any-file: @@ -375,3 +376,16 @@ - modules/services/pantalaimon.nix - tests/modules/programs/irssi/**/* - tests/modules/programs/nheko/**/* + +"bars": + - changed-files: + - any-glob-to-any-file: + - modules/programs/eww.nix + - modules/programs/sketchybar.nix + - modules/programs/waybar.nix + - modules/programs/xmobar.nix + - modules/programs/yambar.nix + - modules/services/polybar.nix + - modules/services/taffybar.nix + - tests/modules/programs/waybar/**/* + - tests/modules/services/polybar/**/*