From 785d98bcd01daa818ce84252fb7bc6e4d3b6104e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E5=97=A3=E9=92=8A?= Date: Mon, 30 Jun 2025 21:06:58 +0800 Subject: [PATCH] add codeowner for aafwk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 段嗣钊 --- .gitee/CODEOWNERS | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitee/CODEOWNERS b/.gitee/CODEOWNERS index 639248906ad..758adb7f2b1 100644 --- a/.gitee/CODEOWNERS +++ b/.gitee/CODEOWNERS @@ -1,3 +1,15 @@ [Docs Uri Permission] -services/uripermmgr/include/file_permission_manager.h @hobbycao -services/uripermmgr/src/file_permission_manager.cpp @hobbycao +services/uripermmgr/include/file_permission_manager.h @hobbycao @aafwk_ability required_reviewers=2 +services/uripermmgr/src/file_permission_manager.cpp @hobbycao @aafwk_ability required_reviewers=2 + +[AAFWK ABILITY] +cj_environment/ @aafwk_ability +ets_environment/ @aafwk_ability +frameworks/ @aafwk_ability +interfaces/ @aafwk_ability +js_environment/ @aafwk_ability +service_router_framework/ @aafwk_ability +services/ @aafwk_ability +test/ @aafwk_ability +tools/ @aafwk_ability +utils/ @aafwk_ability \ No newline at end of file -- Gitee