mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
# This file is used by .github/workflows/labels.yml
|
|
"topic: plugins":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- modules/plugins/**/*
|
|
|
|
"topic: modules":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- modules/**/*
|
|
|
|
"topic: dependencies":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- npins
|
|
- flake.lock
|
|
|
|
"topic: CI":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/workflows/*.yml
|
|
- .github/typos.toml
|
|
- .github/dependabot.yml
|
|
|
|
"topic: meta":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- .github/CODEOWNERS
|
|
- LICENSE
|
|
- .github/README.md
|
|
- .github/funding.yml
|
|
- .github/assets
|
|
- .github/*_TEMPLATE
|
|
- .gitignore
|
|
- .editorconfig
|
|
- release.json
|
|
|
|
"topic: documentation":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/**/*
|
|
- .github/CONTRIBUTING.md
|
|
- .github/README.md
|
|
"topic: packaging":
|
|
- any:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- flake.nix
|
|
- flake/packages.nix
|