From 809d59b648cce0a53470e887aa2194cae2d12686 Mon Sep 17 00:00:00 2001 From: Gavin Chou Date: Fri, 18 Sep 2026 18:48:07 +0800 Subject: [PATCH] [chore](cloud) Add recycler code owner ### What problem does this PR solve? Issue Number: None Related PR: None Problem Summary: Add @wyxxxcat as a code owner for cloud/src/recycler so changes to the recycler implementation include its maintainer in review. ### Release note None ### Check List (For Author) - Test: No need to test (CODEOWNERS metadata-only change) - Behavior changed: No - Does this need documentation: No --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e370e88bddd40e..714107f03807bf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -158,7 +158,7 @@ cloud/src/gen-cpp @lia cloud/src/meta-service @liaoxin01 @luwei16 @gavinchou cloud/src/meta-store @luwei16 @gavinchou cloud/src/rate-limiter @luwei16 @gavinchou -cloud/src/recycler @liaoxin01 @gavinchou +cloud/src/recycler @liaoxin01 @wyxxxcat @gavinchou cloud/src/resource-manager @deardeng @gavinchou cloud/src/snapshot @luwei16 @gavinchou cloud/test @liaoxin01 @luwei16 @gavinchou