Link: https://github.com/nix-community/stylix/pull/1606 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
54 lines
1.2 KiB
YAML
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/*/testbeds/**"
|