aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: fce0d3aeb85804820431fdd57ba21011e8a5df26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"documentation":
  - doc/manual/*
  - src/nix/**/*.md

"store":
  - src/libstore/store-api.*
  - src/libstore/*-store.*

"fetching":
  - src/libfetchers/**/*

"repl":
  - src/libcmd/repl.*
  - src/nix/repl.*

"new-cli":
  - src/nix/**/*

"tests":
  # Unit tests
  - src/*/tests/**/*
  # Functional and integration tests
  - tests/**/*