From 69155435e5ce2906d1c70428667038fc9813d1e8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 19:08:08 +0000 Subject: [PATCH 1/3] Initial plan From 31692fd8e57f8d0b4d7141e52652190df3ce6b2d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 19:11:08 +0000 Subject: [PATCH 2/3] Add @lusu-msft and @JC-386 as Service Owner CODEOWNERS for sdk/agentserver/ with service label "Hosted Agents" Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com> --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a44c7593cae6..b17088d47a90 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -45,6 +45,11 @@ # PRLabel: %AgriFood /sdk/agrifood/azure-agrifood-farming/ @bhargav-kansagara +# ServiceOwners: @lusu-msft @JC-386 +# ServiceLabel: %Hosted Agents +# PRLabel: %Hosted Agents +/sdk/agentserver/ @lusu-msft @JC-386 + # AzureSdkOwners: @xiangyan99 # ServiceLabel: %Azure.Identity # PRLabel: %Azure.Identity From 98302e9a4ab379bdcb2c246ec62ced70631f0fb0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 19:31:54 +0000 Subject: [PATCH 3/3] Separate CODEOWNERS blocks for sdk/agentserver/ - ServiceOwners/ServiceLabel in one block, PRLabel/path in another Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com> --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b17088d47a90..2423b6b285b3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,6 +47,7 @@ # ServiceOwners: @lusu-msft @JC-386 # ServiceLabel: %Hosted Agents + # PRLabel: %Hosted Agents /sdk/agentserver/ @lusu-msft @JC-386