From 55b8cf63c7709d01857f948226b7a448a3ab4631 Mon Sep 17 00:00:00 2001 From: Branden Clark Date: Tue, 17 Jan 2023 14:11:44 -0500 Subject: [PATCH] Set windows-agent as CODEOWNER for systray --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a8e21cc3b4af2..398e0ddfab3cc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -137,6 +137,7 @@ /cmd/system-probe/windows/ @DataDog/windows-kernel-integrations /cmd/system-probe/windows_resources/ @DataDog/windows-kernel-integrations /cmd/system-probe/main_windows*.go @DataDog/windows-kernel-integrations +/cmd/systray/ @DataDog/windows-agent /cmd/security-agent/ @DataDog/agent-security /dev/ @DataDog/agent-platform @@ -334,6 +335,7 @@ /tasks/system_probe.py @DataDog/ebpf-platform /tasks/trace_agent.py @DataDog/agent-apm /tasks/security_agent.py @DataDog/agent-security +/tasks/systray.py @DataDog/windows-agent /tasks/winbuildscripts/ @DataDog/windows-agent /test/ @DataDog/agent-platform /test/benchmarks/ @DataDog/agent-metrics-logs