2024-04-17 17:11:03 +03:00
|
|
|
"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/**/*"
|
|
|
|
|
2024-04-17 13:50:55 +03:00
|
|
|
"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/**"
|
|
|
|
|
2022-03-30 17:45:28 +03:00
|
|
|
"documentation":
|
2023-12-06 15:07:08 +02:00
|
|
|
- changed-files:
|
2024-05-15 02:40:25 +03:00
|
|
|
- any-glob-to-any-file: "doc/manual/**/*"
|
2023-12-06 15:07:08 +02:00
|
|
|
- any-glob-to-any-file: "src/nix/**/*.md"
|
2022-03-30 17:45:28 +03:00
|
|
|
|
2023-04-03 06:11:21 +03:00
|
|
|
"store":
|
2023-12-06 15:07:08 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: "src/libstore/store-api.*"
|
|
|
|
- any-glob-to-any-file: "src/libstore/*-store.*"
|
2023-04-03 06:11:21 +03:00
|
|
|
|
|
|
|
"fetching":
|
2023-12-06 15:07:08 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: "src/libfetchers/**/*"
|
2023-04-03 06:11:21 +03:00
|
|
|
|
|
|
|
"repl":
|
2023-12-06 15:07:08 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: "src/libcmd/repl.*"
|
|
|
|
- any-glob-to-any-file: "src/nix/repl.*"
|
2023-04-03 06:11:21 +03:00
|
|
|
|
|
|
|
"new-cli":
|
2023-12-06 15:07:08 +02:00
|
|
|
- changed-files:
|
|
|
|
- any-glob-to-any-file: "src/nix/**/*"
|
2023-04-03 06:11:21 +03:00
|
|
|
|
2023-06-30 16:10:07 +03:00
|
|
|
"with-tests":
|
2023-12-06 15:07:08 +02:00
|
|
|
- changed-files:
|
|
|
|
# Unit tests
|
|
|
|
- any-glob-to-any-file: "src/*/tests/**/*"
|
|
|
|
# Functional and integration tests
|
|
|
|
- any-glob-to-any-file: "tests/functional/**/*"
|
2024-05-15 02:40:25 +03:00
|
|
|
|