From 10bfc6a25a0b04e8af33ef78badf29df551032b9 Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Fri, 26 Jun 2026 17:11:11 +0200 Subject: [PATCH] Add Aaron to codeowners Add Aaron to codeowners so he gets automatic review requests. Also, make the formatting of paths consistent by always including the leading slash (`/`). --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 20ca36dfb3b4f..19ada8b58b46b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,6 +10,7 @@ # Coarse-grained ownership * @dpiparo /bindings/ @guitargeek @vepadulano +/bindings/pyroot/cppyy @aaronj0 @guitargeek /core/ @dpiparo @pcanal /documentation/ @couet @dpiparo /fonts/ @bellenot @linev @@ -23,7 +24,8 @@ /icons/ @bellenot @linev /interpreter/ @dpiparo @hahnjo /interpreter/llvm-project/ @vgvassilev @hahnjo -interpreter/cling/tools/packaging @vgvassilev @hahnjo +/interpreter/cling/tools/packaging/ @vgvassilev @hahnjo +/interpreter/CppInterOp/ @aaronj0 @vgvassilev /io/ @pcanal @jblomer /io/xml/ @pcanal @linev /main/ @pcanal @dpiparo