aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: 12120bdb3671caf69c1652ca52e49ebed1404f18 (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/**/*

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