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
commit 8fd91b3585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/**/*