From f2063388133fbd1972a98b800ff146eb2f7579ef Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Thu, 20 Jul 2023 21:30:57 +0800 Subject: [PATCH] [github] coder reviewer change --- .github/CODEOWNERS | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dd2408a84d..529b8775ec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,15 @@ # https://help.github.com/en/articles/about-code-owners#codeowners-syntax /.github @supperthomas -/bsp @mysterywolf -/components @mysterywolf +/bsp/ESP32_C3 @supperthomas +/bsp/nr5x/ @supperthomas +/bsp/stm32/stm32l496-st-nucleo @supperthomas +/bsp/stm32/stm32f407-rt-spark @supperthomas +/bsp/stm32/stm32h743-openmv-h7plus @supperthomas +/bsp/stm32/stm32l4r9-st-sensortile-box/ @supperthomas +/bsp/maxim @supperthomas + +/components/libc/ @mysterywolf + /examples @Guozhanxin