From c414b4b29a8cf90d9da6554e814abac9e7e4ed82 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 17 Nov 2022 11:30:48 +0100 Subject: [PATCH] Update CODEOWNERS for scripts directory --- .space/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 4e665676d94..eb674dc0843 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -374,6 +374,8 @@ libraries/stdlib/wasm/internal/ "Kotlin Wasm" # UNKNOWN: /spec-docs/ +/scripts/ "Kotlin Build Infrastructure" + /test-instrumenter/ "Kotlin Build Infrastructure" /tests/ "Kotlin Build Infrastructure"