From efc2c3798cd96a0ab449599efbfa23188159be48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Tue, 17 Jun 2025 07:00:17 -0700 Subject: [PATCH] Update CODEOWNERS (#1564) --- .github/CODEOWNERS | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2e097f35..76ddc946 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +1,2 @@ -# Default -* @tillkruss - -# Redis commands -src/Command/Redis/* @predis/team @tillkruss - -# Redis Stack -src/Command/Redis/Json/* @predis/team -src/Command/Redis/Search/* @predis/team -src/Command/Redis/TopK/* @predis/team -src/Command/Redis/TDigest/* @predis/team -src/Command/Redis/BloomFilter/* @predis/team -src/Command/Redis/CuckooFilter/* @predis/team -src/Command/Redis/CountMinSketch/* @predis/team +* @predis/maintainers +src/Relay* @tillkruss