Try auto-labeling a few more things

This commit is contained in:
John Ericson 2023-04-02 23:11:21 -04:00
parent 2ef99cd104
commit 7963d0c68d
1 changed files with 17 additions and 0 deletions

17
.github/labeler.yml vendored
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/**/*