Nix/.github/labeler.yml

24 lines
340 B
YAML
Raw Normal View History

2022-03-30 16:45:28 +02:00
"documentation":
- doc/manual/*
- src/nix/**/*.md
2023-04-03 05:11:21 +02: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 15:10:07 +02:00
"with-tests":
2023-04-03 05:11:21 +02:00
# Unit tests
- src/*/tests/**/*
# Functional and integration tests
2022-03-30 16:45:28 +02:00
- tests/**/*