From fc28baeb15f56db409533b52d2a85a772fff4cd1 Mon Sep 17 00:00:00 2001 From: "Man, Jianting (Meco)" <920369182@qq.com> Date: Sun, 23 Jul 2023 09:20:48 -0400 Subject: [PATCH] [ci] update code owner (#7846) --- .github/CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 529b8775ec..780256bacb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,15 +3,30 @@ # https://help.github.com/en/articles/about-code-owners#codeowners-syntax /.github @supperthomas +/.gitee @supperthomas +/.hooks @supperthomas +/.devcontainer @supperthomas /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/stm32/stm32l475-atk-pandora/ @mysterywolf +/bsp/stm32/stm32f401-st-nucleo/ @mysterywolf +/bsp/stm32/stm32f411-st-nucleo/ @mysterywolf +/bsp/stm32/stm32f412-st-nucleo/ @mysterywolf +/bsp/stm32/stm32l476-st-nucleo/ @mysterywolf /bsp/maxim @supperthomas +*arduino* @mysterywolf + /components/libc/ @mysterywolf +/components/dfs/dfs_v2/ @BernardXiong +/components/lwp/ @BernardXiong +/components/mm/ @BernardXiong +/components/drivers/sensor/ @mysterywolf +/components/drivers/tty/ @BernardXiong /examples @Guozhanxin