[Python-checkins] Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)

ambv webhook-mailer at python.org
Sat Jul 17 05:21:35 EDT 2021


https://github.com/python/cpython/commit/311ee83adb40a9b549af8e0b546a787e8eb01f5d
commit: 311ee83adb40a9b549af8e0b546a787e8eb01f5d
branch: main
author: Łukasz Langa <lukasz at langa.pl>
committer: ambv <lukasz at langa.pl>
date: 2021-07-17T11:21:31+02:00
summary:

Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8dc0a31c1ba271..ce5121e7ac8f86 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -128,7 +128,7 @@ Lib/ast.py                    @isidentical
 
 **/*idlelib*                  @terryjreedy
 
-**/*typing*                   @gvanrossum @ilevkivskyi
+**/*typing*                   @gvanrossum @Fidget-Spinner
 
 **/*asyncore                  @giampaolo
 **/*asynchat                  @giampaolo



More information about the Python-checkins mailing list