From ab417a287ff4f095212f9c4e520c6db8079e8e5a Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Fri, 25 Jul 2025 17:53:27 +0200 Subject: [PATCH] ci: add more top-level labels to provide better overview --- .github/labeler.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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: