From 456e7f40581bd4b03e54337efc2736a3c8bf1fe7 Mon Sep 17 00:00:00 2001 From: Damjan Becirovic Date: Thu, 4 Sep 2025 14:39:44 +0200 Subject: [PATCH] chore(docs): Configure CODEOWNERS for docs directory --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d3d525529..61cd18964 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,6 +5,7 @@ /bootstrapper/ @VeljkoMaksimovic @lucaspin @forestileao /branch_hub/ @skipi @lucaspin @forestileao /dashboardhub/ @hamir-suspect @skipi @forestileao +/docs/ @TomFern @skipi @hamir-suspect @dexyk @VeljkoMaksimovic @DamjanBecirovic /ee/audit/ @hamir-suspect @dexyk @lucaspin /ee/gofer/ @DamjanBecirovic @dexyk @lucaspin /ee/pre_flight_checks/ @DamjanBecirovic @VeljkoMaksimovic @skipi