From 34b695ecc16aac380720fd973eeee2ff80b45daa Mon Sep 17 00:00:00 2001 From: "yaoruozi1@huawei.com" Date: Mon, 24 Mar 2025 20:50:04 +0800 Subject: [PATCH] add codeOwners Signed-off-by: yaoruozi1@huawei.com --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 906be70eb..d36c1e1e2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -11,5 +11,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -# any change to xxx_ipc_interface_code.h needs to be reviewed by @leonchan5 -interfaces/inner_api/native/backup_kit_inner/impl/i_service_ipc_interface_code.h @leonchan5 \ No newline at end of file +# any change to xxx_ipc_interface_code.h needs to be reviewed by @leonchan5 liubao6@huawei.com +interfaces/inner_api/native/backup_kit_inner/impl/i_service_ipc_interface_code.h @leonchan5 liubao6@huawei.com \ No newline at end of file -- Gitee