Nix/.github/labeler.yml

31 lines
734 B
YAML
Raw Permalink Normal View History

2022-03-30 16:45:28 +02:00
"documentation":
- changed-files:
- any-glob-to-any-file: "doc/manual/*"
- any-glob-to-any-file: "src/nix/**/*.md"
2022-03-30 16:45:28 +02:00
2023-04-03 05:11:21 +02:00
"store":
- changed-files:
- any-glob-to-any-file: "src/libstore/store-api.*"
- any-glob-to-any-file: "src/libstore/*-store.*"
2023-04-03 05:11:21 +02:00
"fetching":
- changed-files:
- any-glob-to-any-file: "src/libfetchers/**/*"
2023-04-03 05:11:21 +02:00
"repl":
- changed-files:
- any-glob-to-any-file: "src/libcmd/repl.*"
- any-glob-to-any-file: "src/nix/repl.*"
2023-04-03 05:11:21 +02:00
"new-cli":
- changed-files:
- any-glob-to-any-file: "src/nix/**/*"
2023-04-03 05:11:21 +02:00
2023-06-30 15:10:07 +02:00
"with-tests":
- changed-files:
# Unit tests
- any-glob-to-any-file: "src/*/tests/**/*"
# Functional and integration tests
- any-glob-to-any-file: "tests/functional/**/*"