From 6528ad6c4dc38b54d5a9343b758108b0f7713dc8 Mon Sep 17 00:00:00 2001 From: Julio Menendez Gonzalez Date: Tue, 18 Nov 2025 10:58:46 -0700 Subject: [PATCH] Sets the owners of Observability related folders. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cb28879b..44f1b93e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,5 @@ # This will eventually be replaced by security group * @microsoft/agent365-approvers +/.github/ @microsoft/agent365-approvers +/libraries/microsoft-agents-a365-observability-*/ @microsoft/agent365-observability-approvers +/tests/observability/ @microsoft/agent365-observability-approvers \ No newline at end of file