From 1461a22f91a3da2b08f6e485a500bed8b193a601 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Wed, 26 Apr 2023 11:22:52 -0600 Subject: [PATCH] Add willingc to CODEOWNERS for asyncio (#103885) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9149b38d876..9eeba9ddac3 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