3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
Martin Weinelt 2023-02-10 22:14:50 +00:00
parent 9943fcc75d
commit bb933c5b7c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

2
.github/CODEOWNERS vendored
View file

@ -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