11.stylix/.github/labeler.yml

55 lines
1.3 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
---
# 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"
"topic: documentation":
- changed-files:
- any-glob-to-any-file:
- "doc/**"
- "README.md"
"topic: droid":
- changed-files:
- any-glob-to-any-file:
- "stylix/droid/**"
- "modules/*/droid.nix"
"topic: home-manager":
- changed-files:
- any-glob-to-any-file:
- "stylix/hm/**"
- "modules/*/hm.nix"
"topic: nixos":
- changed-files:
- any-glob-to-any-file:
- "stylix/nixos/*"
- "modules/*/nixos.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/*/testbeds/**"
# keep-sorted end