diff --git a/.github/labeler.yml b/.github/labeler.yml index 2520ffdc..4d6fc859 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: