CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)

This commit is contained in:
Filipe Laíns 2022-11-09 03:27:13 +00:00 committed by GitHub
parent b3bd69c1bf
commit f7a82cde59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
.github/CODEOWNERS vendored
View File

@ -63,7 +63,7 @@ Python/traceback.c @iritkatriel
# bytecode.
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
**/*importlib/resources/* @jaraco @warsaw @brettcannon
**/*importlib/resources/* @jaraco @warsaw @brettcannon @FFY00
**/importlib/metadata/* @jaraco @warsaw
# Dates and times
@ -146,6 +146,8 @@ Lib/ast.py @isidentical
**/*tomllib* @encukou
**/*sysconfig* @FFY00
# macOS
/Mac/ @python/macos-team
**/*osx_support* @python/macos-team