11.stylix/.github/labeler.yml
pancho horrillo 8c1421ae02
stylix: honour recent docs to doc renames (#1493)
Link: https://github.com/nix-community/stylix/pull/1493

Co-authored-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-06-19 23:38:08 +02:00

54 lines
1.2 KiB
YAML

# This file is used by .github/workflows/labels.yml
# This version uses `sync-labels: false`, meaning that a non-match will NOT
# remove the label
---
"backport: release-25.05":
- changed-files:
- any-glob-to-any-file:
- ".github/workflows/*"
"topic: dependencies":
- changed-files:
- any-glob-to-any-file: "flake.lock"
"topic: documentation":
- changed-files:
- any-glob-to-any-file:
- "doc/**"
- "README.md"
"topic: nixos":
- changed-files:
- any-glob-to-any-file:
- "stylix/nixos/*"
- "modules/*/nixos.nix"
"topic: home-manager":
- changed-files:
- any-glob-to-any-file:
- "stylix/hm/**"
- "modules/*/hm.nix"
"topic: darwin":
- 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"
"topic: overlay":
- changed-files:
- any-glob-to-any-file:
- "stylix/overlays.nix"
- "modules/*/overlay.nix"
"topic: testbed":
- changed-files:
- any-glob-to-any-file:
- "stylix/testbed/**"
- "modules/testbed/**"