From 72d82abb80f8f0b998785a6287d4bb36e277aeb0 Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Sun, 25 May 2025 13:29:05 -0400 Subject: [PATCH] Add PThorpe92 to codeowners file for extensions + go bindings --- docs/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 7d15e7d90..eed92da4d 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -2,11 +2,11 @@ /core/ @pereman2 @jussisaurio @penberg /core/storage @pereman2 /core/translate @jussisaurio +/extensions/ @PThorpe92 +/core/ext/ @PThorpe92 +/bindings/go @PThorpe92 # These are commented out until they get access from the overlords -# /extensions/ @PThorpe92 -# /core/ext/ @PThorpe92 -# /bindings/go @PThorpe92 # /bindings/java @seonWKim # /simulator/ @alpaylan # /core/storage @krishvishal