ci: lexicographically sort labels to avoid ambiguous order

This commit is contained in:
NAHO 2025-07-25 17:40:43 +02:00
parent a6d99d742d
commit 04f130b035
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

26
.github/labeler.yml vendored
View file

@ -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