ci: add more top-level labels to provide better overview
This commit is contained in:
parent
04f130b035
commit
ab417a287f
1 changed files with 19 additions and 0 deletions
19
.github/labeler.yml
vendored
19
.github/labeler.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue