From bb933c5b7c3da32a8e58f98fcb10bcb70e048d58 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 10 Feb 2023 22:14:50 +0000 Subject: [PATCH] CODEOWNERS: Drop python-modules and python-packages ownership We currently have 5800 python modules in that path, and we're seeing roughly 1000 pull requests for these modules per month. Having @FRidh and @jonringer requested on every PR that touches a python package isn't helping anyone, nor is it sustainable for any one person to have that number of incoming notifications. I think it's time to get rid of that code ownership. --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fedcd5d75f63..86787c03a5e3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -104,9 +104,7 @@ # Python-related code and docs /maintainers/scripts/update-python-libraries @FRidh -/pkgs/top-level/python-packages.nix @FRidh @jonringer /pkgs/development/interpreters/python @FRidh -/pkgs/development/python-modules @FRidh @jonringer /doc/languages-frameworks/python.section.md @FRidh @mweinelt /pkgs/development/tools/poetry2nix @adisbladis /pkgs/development/interpreters/python/hooks @FRidh @jonringer