ci: lexicographically sort labels to avoid ambiguous order
This commit is contained in:
parent
a6d99d742d
commit
04f130b035
1 changed files with 14 additions and 12 deletions
26
.github/labeler.yml
vendored
26
.github/labeler.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue