1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/.github/labeler.yml

31 lines
734 B
YAML
Raw Normal View History

2022-03-30 10:45:28 -04:00
"documentation":
- changed-files:
- any-glob-to-any-file: "doc/manual/*"
- any-glob-to-any-file: "src/nix/**/*.md"
2022-03-30 10:45:28 -04:00
2023-04-02 23:11:21 -04:00
"store":
- changed-files:
- any-glob-to-any-file: "src/libstore/store-api.*"
- any-glob-to-any-file: "src/libstore/*-store.*"
2023-04-02 23:11:21 -04:00
"fetching":
- changed-files:
- any-glob-to-any-file: "src/libfetchers/**/*"
2023-04-02 23:11:21 -04:00
"repl":
- changed-files:
- any-glob-to-any-file: "src/libcmd/repl.*"
- any-glob-to-any-file: "src/nix/repl.*"
2023-04-02 23:11:21 -04:00
"new-cli":
- changed-files:
- any-glob-to-any-file: "src/nix/**/*"
2023-04-02 23:11:21 -04:00
2023-06-30 09:10:07 -04: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/**/*"