Merge pull request #8153 from obsidiansystems/more-labeler

Try auto-labeling a few more things
This commit is contained in:
Eelco Dolstra
2023-04-11 12:10:34 +02:00
committed by GitHub
+17
View File
@@ -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/**/*