From f28a554a99ace743c767b90d7da3a7138dc8f0e6 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Fri, 15 Dec 2023 14:36:53 +0100 Subject: [PATCH] CODEOWNERS: reorganise - Assign subscriptions explicitly to some paths - Use new documentation-reviewers GitHub team --- .github/CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 40ef1cb..2bffdec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,11 +11,15 @@ # This also holds true for GitHub teams. Since almost none of our teams have write # permissions, you need to list all members of the team with commit access individually. -* @NixOS/documentation-team +* @NixOS/documentation-reviewers /.github/workflows/ @asymmetric /source/tutorials/file-sets.md @infinisil +source/guides/recipes/dependency-management.md @infinisil +source/guides/recipes/python-environment.md @alejandrosame +source/tutorials/module-system @infinisil @asymmetric @proofconstruction +source/tutorials/packaging-existing-software.md @proofconstruction /source/tutorials/integration-testing-using-virtual-machines.md @olafklingt /source/tutorials/nixos-configuration-on-vm.md @olafklingt