From 266a227be9881524e65e6ae56e0b94774237cd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E5=97=A3=E9=92=8A?= Date: Fri, 20 Jun 2025 11:22:44 +0800 Subject: [PATCH] add config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 段嗣钊 Change-Id: If1e596b39a1a5056770a8cb096dc41756b8dd79b --- .gitee/.gitee/owner_config.json | 63 +++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .gitee/.gitee/owner_config.json diff --git a/.gitee/.gitee/owner_config.json b/.gitee/.gitee/owner_config.json new file mode 100644 index 00000000000..59630a6daad --- /dev/null +++ b/.gitee/.gitee/owner_config.json @@ -0,0 +1,63 @@ +{ + "groups": { + "https://gitee.com/aafwk_ability": [ + "https://gitee.com/duan-sizhao", + "https://gitee.com/littlejerry1", + "https://gitee.com/zivzhen", + "https://gitee.com/ccll", + "https://gitee.com/Luobniz21", + "https://gitee.com/zhu-feimo", + "https://gitee.com/altay", + "https://gitee.com/huangshiwei4", + "https://gitee.com/hanchenZz", + "https://gitee.com/yangxuguang-huawei", + "https://gitee.com/dawncoming" + ] + }, + "userInfos": { + "https://gitee.com/duan-sizhao": { + "info": "[AbilityRunTime dsz]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/littlejerry1": { + "info": "[AbilityRunTime sjj]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/zivzhen": { + "info": "[AbilityRunTime wz]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/ccll": { + "info": "[AbilityRunTime ccl]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/Luobniz21": { + "info": "[AbilityRunTime lyc]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/zhu-feimo": { + "info": "[AbilityRunTime zfm]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/altay": { + "info": "[AbilityRunTime ywz]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/huangshiwei4": { + "info": "[AbilityRunTime hww]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/hanchenZz": { + "info": "[AbilityRunTime whc]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/yangxuguang-huawei": { + "info": "[AbilityRunTime whc]", + "group": "https://gitee.com/aafwk_ability" + }, + "https://gitee.com/dawncoming": { + "info": "[AbilityRunTime ldr]", + "group": "https://gitee.com/aafwk_ability" + } + } +} \ No newline at end of file -- Gitee