diff options
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 7544f07a6..000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,23 +0,0 @@ -"documentation": - - 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/**/* - -"with-tests": - # Unit tests - - src/*/tests/**/* - # Functional and integration tests - - tests/functional/**/* |