ci: add more top-level labels to provide better overview

This commit is contained in:
NAHO 2025-07-25 17:53:27 +02:00
parent 04f130b035
commit ab417a287f
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

19
.github/labeler.yml vendored
View file

@ -7,6 +7,10 @@
- changed-files:
- any-glob-to-any-file: ".github/workflows/*"
"topic: ci":
- changed-files:
- any-glob-to-any-file: ".github/**"
"topic: darwin":
- changed-files:
- any-glob-to-any-file:
@ -29,12 +33,23 @@
- "stylix/droid/**"
- "modules/*/droid.nix"
"topic: flake":
- changed-files:
- any-glob-to-any-file:
- "flake.lock"
- "flake.nix"
- "flake/**"
"topic: home-manager":
- changed-files:
- any-glob-to-any-file:
- "stylix/hm/**"
- "modules/*/hm.nix"
"topic: modules":
- changed-files:
- any-glob-to-any-file: "modules/**"
"topic: nixos":
- changed-files:
- any-glob-to-any-file:
@ -47,6 +62,10 @@
- "stylix/overlays.nix"
- "modules/*/overlay.nix"
"topic: stylix":
- changed-files:
- any-glob-to-any-file: "stylix/**"
"topic: testbed":
- changed-files:
- any-glob-to-any-file: