You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2020/12/14 15:27:12 UTC

[geode] branch feature/introduce-codeowners updated: Volunteering for Redis and Session State

This is an automated email from the ASF dual-hosted git repository.

sabbey37 pushed a commit to branch feature/introduce-codeowners
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/introduce-codeowners by this push:
     new 51a97fd  Volunteering for Redis and Session State
51a97fd is described below

commit 51a97fd67e557ea962a0e9665dad1065648820d0
Author: Sarah <sa...@pivotal.io>
AuthorDate: Mon Dec 14 10:21:02 2020 -0500

    Volunteering for Redis and Session State
---
 CODEOWNERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 045fad7..029d24f 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -137,8 +137,8 @@ CODEOWNERS @apache/geode-committers
 #------------------------------------------------------------
 # Session State:
 #------------------------------------------------------------
-#extensions/**
-#geode-core/**/org/apache/geode/internal/modules/util/**
+#extensions/**                                                @sabbey37
+#geode-core/**/org/apache/geode/internal/modules/util/**      @sabbey37
 
 #------------------------------------------------------------
 # DEV rest API
@@ -275,7 +275,7 @@ CODEOWNERS @apache/geode-committers
 #------------------------------------------------------------
 # Redis API
 #------------------------------------------------------------
-#geode-redis/**
+geode-redis/**                                               @sabbey37
 
 #------------------------------------------------------------
 # Build and tooling