From 04f130b035cbcfe11209fce02cb64d275aa66907 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Fri, 25 Jul 2025 17:40:43 +0200 Subject: [PATCH] ci: lexicographically sort labels to avoid ambiguous order --- .github/labeler.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) 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