From 670b46fe1568d405483db2031cf2587472bfbc18 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmair Date: Mon, 16 Oct 2023 14:27:47 +0200 Subject: [PATCH] Add .fleet to CODEOWNERS --- .space/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index b8dfd243abd..e8ebdd00486 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -29,6 +29,8 @@ /.idea/ "Kotlin Build Infrastructure" +/.fleet/ "Kotlin Build Infrastructure" + /.space/ "Kotlin Build Infrastructure" /analysis/ "Kotlin IDE Analysis Core"