From 594ed62f962f0aa5942fe23671ef827e81e39260 Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:32:05 -0700 Subject: [PATCH] fix: restore @hannesrudolph and @daniel-lxs as default code owners (#11469) Co-authored-by: Roo Code --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a3daa0f144..e2e8fa34b6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything in the repo -* @mrubens @cte @jr +* @mrubens @cte @jr @hannesrudolph @daniel-lxs