diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-04-11 12:10:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 12:10:34 +0200 |
commit | 8fd91b35854438c3afaaee1e657d43f32a546b93 (patch) | |
tree | 50466384ef6c8ded1add7bd0cbeaf095655c1cf3 | |
parent | 60a1bf08b6ad474916a75f4597bac17b71692988 (diff) | |
parent | 7963d0c68dfd31a1aa179a8bd8f37dd790701d7c (diff) |
Merge pull request #8153 from obsidiansystems/more-labeler
Try auto-labeling a few more things
-rw-r--r-- | .github/labeler.yml | 17 |
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/**/* |