1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

ci: fix bars labeler

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
(cherry picked from commit 60658954fb)
This commit is contained in:
Austin Horstman 2025-06-11 08:37:47 -05:00
parent 6136aca7ac
commit 9380e94095

14
.github/labeler.yml vendored
View file

@ -1,3 +1,4 @@
"mail": "mail":
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
@ -375,3 +376,16 @@
- modules/services/pantalaimon.nix - modules/services/pantalaimon.nix
- tests/modules/programs/irssi/**/* - tests/modules/programs/irssi/**/*
- tests/modules/programs/nheko/**/* - 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/**/*