Skip to content
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

Merged
merged 4 commits into from
Dec 24, 2023

Conversation

AlexWaygood
Copy link
Member

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 the Lib/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 :)

@pfmoore
Copy link
Member

pfmoore commented Dec 6, 2023

Works for me! Thanks for doing this.

Copy link
Contributor

@schribl schribl left a 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.

@pradyunsg
Copy link
Member

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.

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)

@AlexWaygood
Copy link
Member Author

AlexWaygood commented Dec 21, 2023

👋 friendly ping @dstufft -- are you okay with being added as a codeowner? I'm happy to remove you from this PR if not :)

.github/CODEOWNERS Outdated Show resolved Hide resolved
@AlexWaygood
Copy link
Member Author

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 :)

@AlexWaygood AlexWaygood enabled auto-merge (squash) December 24, 2023 10:53
@AlexWaygood AlexWaygood merged commit 0d74e96 into python:main Dec 24, 2023
27 checks passed
@AlexWaygood AlexWaygood deleted the ensurepip-codeowners branch December 24, 2023 11:09
ryan-duve pushed a commit to ryan-duve/cpython that referenced this pull request Dec 26, 2023
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants