diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 56d3d67c3..b18fa3fe6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,7 +19,7 @@ # Component paths # --------------------------------------------------------------------------- /src/copilot-shell/ @kongche-jbw @samchu-zsl # auto-label: component:cosh -/src/agentsight/ @chengshuyi # auto-label: component:sight +/src/agentsight/ @chengshuyi @jfeng18 # auto-label: component:sight /src/agent-sec-core/ @edonyzpc @kid9 # auto-label: component:sec-core /src/agent-sec-core/agent-sec-cli/ @RemindD @edonyzpc # auto-label: component:sec-core /src/agent-sec-core/cosh-extension/ @yangdao479 # auto-label: component:sec-core diff --git a/.github/maintainers.json b/.github/maintainers.json index c87aeb851..6cdff5e4a 100644 --- a/.github/maintainers.json +++ b/.github/maintainers.json @@ -64,6 +64,9 @@ "maintainers": [ { "github": "chengshuyi" + }, + { + "github": "jfeng18" } ] },