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

ambv webhook-mailer at python.org
Sat Jul 17 05:46:29 EDT 2021


https://github.com/python/cpython/commit/e22e8641dd277478b8df7a9fe792ea551adc6932
commit: e22e8641dd277478b8df7a9fe792ea551adc6932
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-07-17T11:46:25+02:00
summary:

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

(cherry picked from commit 311ee83adb40a9b549af8e0b546a787e8eb01f5d)

Co-authored-by: Łukasz Langa <lukasz at langa.pl>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5b86d39dc9c259..8412314680df69 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