about summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-11-08 23:51:31 +0100
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-11-08 23:51:31 +0100
commitf9118a8c9bd9b84cea11a681f099c51aaf53f268 (patch)
tree7431f4efe8db555177446c5b56f460d01d46f2c4 /.github/CODEOWNERS
parent8060d03d0ce0eb32af03e295729e9d2423ca97d4 (diff)
codeowners: narrower responsibilities for fricklerhandwerk
the number of pull requests against documentation is too high to handle
on the side, and getting assigned as reviewer for all of them sends the
wrong message to authors.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e7e57f381246d..0117d8017a772 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -49,11 +49,16 @@
 /pkgs/build-support/writers @lassulus @Profpatsch
 
 # Nixpkgs documentation
-/doc @fricklerhandwerk
 /maintainers/scripts/db-to-md.sh @jtojnar @ryantm
 /maintainers/scripts/doc @jtojnar @ryantm
+
+/doc/* @fricklerhandwerk
 /doc/build-aux/pandoc-filters @jtojnar
-/doc/contributing/contributing-to-documentation.chapter.md @jtojnar
+/doc/builders/trivial-builders.chapter.md @fricklerhandwerk
+/doc/contributing/ @fricklerhandwerk
+/doc/contributing/contributing-to-documentation.chapter.md @jtojnar @fricklerhandwerk
+/doc/stdenv @fricklerhandwerk
+/doc/using @fricklerhandwerk
 
 # NixOS Internals
 /nixos/default.nix          @nbp @infinisil