-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add codeowners for Lib/ensurepip/
#112805
Conversation
Works for me! Thanks for doing this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even so my review does not count, I like this! As it also will make it easier for external contributors to have a clear checkmark that the contribution is good.
As I felt I made a possible mistake to create a PR for a third-party vendored library.
FWIW, this concern was somewhat unnecessary. 😅 We've got CI checks to ensure that the bundled copy of pip matches the one on PyPI: #112721 (comment) |
👋 friendly ping @dstufft -- are you okay with being added as a codeowner? I'm happy to remove you from this PR if not :) |
Donald hasn't responded regarding whether or not he's okay with being added as a codeowner, so I've removed his username for now. It can always be added later :) |
There was some recent concern on the core dev Discord server about PRs from third-party contributors attempting to update the bundled version of pip. While sometimes it might be okay to accept these PRs, it's good for the pip maintainers to be kept in the loop whenever a PR like that is made from a third-party contributor. As such, this PR adds as
ensurepip
codeowners the three pip maintainers who are also core devs: @pradyunsg, @pfmoore and @dstufft. This means that all three will be automatically pinged for review whenever anybody creates a PR that touches files in theLib/ensurepip/
directory.@pradyunsg, @pfmoore, @dstufft: please confirm you're okay with being added as codeowners! I'll obviously remove anybody who doesn't want to be added here :)