mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
"c api":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/lib*-c/**/*"
|
|
- any-glob-to-any-file: "test/unit/**/nix_api_*"
|
|
- any-glob-to-any-file: "doc/external-api/**/*"
|
|
|
|
"contributor-experience":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "CONTRIBUTING.md"
|
|
- any-glob-to-any-file: ".github/ISSUE_TEMPLATE/*"
|
|
- any-glob-to-any-file: ".github/PULL_REQUEST_TEMPLATE.md"
|
|
- any-glob-to-any-file: "doc/manual/src/contributing/**"
|
|
|
|
"documentation":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "doc/manual/**/*"
|
|
- any-glob-to-any-file: "src/nix/**/*.md"
|
|
|
|
"store":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/libstore/store-api.*"
|
|
- any-glob-to-any-file: "src/libstore/*-store.*"
|
|
|
|
"fetching":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/libfetchers/**/*"
|
|
|
|
"repl":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/libcmd/repl.*"
|
|
- any-glob-to-any-file: "src/nix/repl.*"
|
|
|
|
"new-cli":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/nix/**/*"
|
|
|
|
"with-tests":
|
|
- changed-files:
|
|
# Unit tests
|
|
- any-glob-to-any-file: "src/*/tests/**/*"
|
|
# Functional and integration tests
|
|
- any-glob-to-any-file: "tests/functional/**/*"
|
|
|