From e4e4af4d3d9ae8846c36b52c3a8b2847f120f71d Mon Sep 17 00:00:00 2001 From: Anton Lakotka Date: Thu, 30 Nov 2023 10:41:42 +0100 Subject: [PATCH] [Code Owners] Make Stanislav.Erokhin owner of commonizer After Kotlin Multiplatform disband commonizer doesn't have proper owner. Stanislav.Erokhin will handle it further. --- .space/CODEOWNERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 377c5c4e457..a3d6e364bc4 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -21,6 +21,7 @@ # OWNER_LIST: Ilya.Goncharov # OWNER_LIST: Simon.Ogorodnik # OWNER_LIST: Alexander.Shabalin Aleksei.Glushko Sergey.Bogolepov Svyatoslav.Scherbina +# OWNER_LIST: Stanislav.Erokhin # Kotlin Libraries # OWNER_LIST: A.Qurbonzoda Vsevolod.Tolstopyato Ilya.Gorbunov Sergey.Shanshin Leonid.Startsev Filipp.Zhinkin @@ -354,9 +355,9 @@ /license/ "Kotlin Build Infrastructure" /native/ "Kotlin Native" -/native/commonizer/ "Kotlin Build Tools" -/native/commonizer-api/ "Kotlin Build Tools" -/native/commonizer-embeddable/ "Kotlin Build Tools" +/native/commonizer/ Stanislav.Erokhin +/native/commonizer-api/ Stanislav.Erokhin +/native/commonizer-embeddable/ Stanislav.Erokhin /plugins/allopen/ "Kotlin Compiler Core" /plugins/android-extensions/ "Kotlin Compiler Core"