[Python-checkins] Add willingc to CODEOWNERS for asyncio (#103885)

hugovk webhook-mailer at python.org
Wed Apr 26 13:23:00 EDT 2023


https://github.com/python/cpython/commit/1461a22f91a3da2b08f6e485a500bed8b193a601
commit: 1461a22f91a3da2b08f6e485a500bed8b193a601
branch: main
author: Carol Willing <carolcode at willingconsulting.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-04-26T17:22:52Z
summary:

Add willingc to CODEOWNERS for asyncio (#103885)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 9149b38d8760..9eeba9ddac37 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -11,7 +11,7 @@
 configure*                    @erlend-aasland @corona10
 
 # asyncio
-**/*asyncio*                  @1st1 @asvetlov @gvanrossum @kumaraditya303
+**/*asyncio*                  @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc
 
 # Core
 **/*context*                  @1st1



More information about the Python-checkins mailing list