aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index dc502b6d5..fce0d3aeb 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -2,5 +2,22 @@
- 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/**/*