diff --git a/.github/labeler.yml b/.github/labeler.yml index ebe230a7..2520ffdc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,10 +2,17 @@ # This version uses `sync-labels: false`, meaning that a non-match will NOT # remove the label --- +# keep-sorted start newline_separated=yes "backport: release-25.05": - changed-files: - any-glob-to-any-file: ".github/workflows/*" +"topic: darwin": + - changed-files: + - any-glob-to-any-file: + - "stylix/darwin/**" + - "modules/*/darwin.nix" + "topic: dependencies": - changed-files: - any-glob-to-any-file: "flake.lock" @@ -16,11 +23,11 @@ - "doc/**" - "README.md" -"topic: nixos": +"topic: droid": - changed-files: - any-glob-to-any-file: - - "stylix/nixos/*" - - "modules/*/nixos.nix" + - "stylix/droid/**" + - "modules/*/droid.nix" "topic: home-manager": - changed-files: @@ -28,17 +35,11 @@ - "stylix/hm/**" - "modules/*/hm.nix" -"topic: darwin": +"topic: nixos": - changed-files: - any-glob-to-any-file: - - "stylix/darwin/**" - - "modules/*/darwin.nix" - -"topic: droid": - - changed-files: - - any-glob-to-any-file: - - "stylix/droid/**" - - "modules/*/droid.nix" + - "stylix/nixos/*" + - "modules/*/nixos.nix" "topic: overlay": - changed-files: @@ -51,3 +52,4 @@ - any-glob-to-any-file: - "stylix/testbed/**" - "modules/*/testbeds/**" +# keep-sorted end