Closes: https://github.com/nix-community/stylix/issues/1315 Link: https://github.com/nix-community/stylix/pull/1317 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/*"
|
|
|
|
dependencies:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "flake.lock"
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "docs/**"
|
|
- "README.md"
|
|
|
|
nixos:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "stylix/nixos/*"
|
|
- "modules/*/nixos.nix"
|
|
|
|
home-manager:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "stylix/hm/**"
|
|
- "modules/*/hm.nix"
|
|
|
|
darwin:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "stylix/darwin/**"
|
|
- "modules/*/darwin.nix"
|
|
|
|
droid:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "stylix/droid/**"
|
|
- "modules/*/droid.nix"
|
|
|
|
overlay:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "stylix/overlays.nix"
|
|
- "modules/*/overlay.nix"
|
|
|
|
testbed:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "stylix/testbed.nix"
|
|
- "modules/testbed/**"
|