1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/.github/labeler.yml

24 lines
340 B
YAML
Raw Normal View History

2022-03-30 10:45:28 -04:00
"documentation":
- doc/manual/*
- src/nix/**/*.md
2023-04-02 23:11:21 -04:00
"store":
- src/libstore/store-api.*
- src/libstore/*-store.*
"fetching":
- src/libfetchers/**/*
"repl":
- src/libcmd/repl.*
- src/nix/repl.*
"new-cli":
- src/nix/**/*
2023-06-30 09:10:07 -04:00
"with-tests":
2023-04-02 23:11:21 -04:00
# Unit tests
- src/*/tests/**/*
# Functional and integration tests
2022-03-30 10:45:28 -04:00
- tests/**/*