This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 69b3cb16873 [opt](github] update recycler code owner (#68263)
69b3cb16873 is described below
commit 69b3cb16873791fd9f63a59062c0591c61e7a4f8
Author: Yixuan Wang <[email protected]>
AuthorDate: Sun Sep 20 16:55:08 2026 +0800
[opt](github] update recycler code owner (#68263)
Problem Summary: Add @wyxxxcat as a code owner for cloud/src/recycler so
changes to the recycler implementation include its maintainer in review.
Prerequisite: GitHub currently reports this entry as an unknown owner
because @wyxxxcat has triage rather than write access to apache/doris. Grant
write access before merging so the CODEOWNERS entry can take effect.
---
.github/CODEOWNERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e370e88bddd..9b3101a2ad0 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 @gavinchou @wyxxxcat
cloud/src/resource-manager
@deardeng @gavinchou
cloud/src/snapshot
@luwei16 @gavinchou
cloud/test
@liaoxin01 @luwei16 @gavinchou
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]