]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add willingc to CODEOWNERS for asyncio (#103885)
authorCarol Willing <carolcode@willingconsulting.com>
Wed, 26 Apr 2023 17:22:52 +0000 (11:22 -0600)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 17:22:52 +0000 (17:22 +0000)
.github/CODEOWNERS

index 9149b38d87601c06d5dedc25f49d44b6effd48d1..9eeba9ddac37ccfdc3ad3822eb91cd226dfe2041 100644 (file)
@@ -11,7 +11,7 @@
 configure*                    @erlend-aasland @corona10
 
 # asyncio
-**/*asyncio*                  @1st1 @asvetlov @gvanrossum @kumaraditya303
+**/*asyncio*                  @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc
 
 # Core
 **/*context*                  @1st1