From bab31eda672df3ccf71a28e8f7e0236fb26f841f Mon Sep 17 00:00:00 2001 From: "liang.he@intel.com" Date: Mon, 15 Dec 2025 08:04:49 +0000 Subject: [PATCH 1/2] fix: update CODEOWNERS to refine reviewer assignments --- CODEOWNERS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 990dcfce2c..87093c532f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -22,8 +22,17 @@ # If none of the later patterns match, assign to anyone. This team is the # parent of all the other teams and automatically includes everyone on those # teams. -* @loganek @lum1n0us @no1wudi @TianlongLiang @wenyongh @xujuntwt95329 @yamt +* @lum1n0us @TianlongLiang # Some parts of the project require more specialized knowledge. In those areas # we designate smaller groups who are more likely to be aware of who's working # in specific areas. + +/core/iwasm/core @loganek @lum1n0us @no1wudi @TianlongLiang @yamt +/core/iwasm/interpreter @loganek @lum1n0us @no1wudi @TianlongLiang @yamt +/core/iwasm/libraries/lib-socket @loganek @srberard +/core/iwasm @lum1n0us @no1wudi @TianlongLiang @yamt + +/product-mini/platforms/darwin/ @yamt +/product-mini/platforms/nuttx/ @no1wudi +/product-mini/platforms/zephyr/ @srberard From c9a98251aa17e3df48d6e329edced9b83ee420a0 Mon Sep 17 00:00:00 2001 From: "liang.he@intel.com" Date: Wed, 17 Dec 2025 23:20:41 +0000 Subject: [PATCH 2/2] fix: update CODEOWNERS --- CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 87093c532f..b5103711ca 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -22,7 +22,7 @@ # If none of the later patterns match, assign to anyone. This team is the # parent of all the other teams and automatically includes everyone on those # teams. -* @lum1n0us @TianlongLiang +* @lum1n0us @TianlongLiang @yamt # Some parts of the project require more specialized knowledge. In those areas # we designate smaller groups who are more likely to be aware of who's working @@ -31,8 +31,12 @@ /core/iwasm/core @loganek @lum1n0us @no1wudi @TianlongLiang @yamt /core/iwasm/interpreter @loganek @lum1n0us @no1wudi @TianlongLiang @yamt /core/iwasm/libraries/lib-socket @loganek @srberard +/core/iwasm/libraries/wasi-nn @lum1n0us @yamt /core/iwasm @lum1n0us @no1wudi @TianlongLiang @yamt +/docs/ @loganek @lum1n0us @no1wudi @TianlongLiang @yamt + /product-mini/platforms/darwin/ @yamt /product-mini/platforms/nuttx/ @no1wudi +/product-mini/platforms/windows/ @loganek /product-mini/platforms/zephyr/ @srberard