commit | 795c00b91cbc208969302e9e16a269c2049af3e9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Wed Mar 30 11:34:29 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Mar 30 11:34:29 2022 -0700 |
tree | 30904da26e56502fc792d9153ef98e4976661865 | |
parent | d0c67ea0645b7ad37b867c167882a346a24de641 [diff] |
Add CODEOWNERS entry for pathlib (GH-32202)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 33a3ebb..62ee6f8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS
@@ -146,3 +146,6 @@ # macOS /Mac/ @python/macos-team **/*osx_support* @python/macos-team + +# pathlib +**/*pathlib* @brettcannon