From 37c0839fdee391082a03a4c11746ba4921df21c7 Mon Sep 17 00:00:00 2001 From: Chenyi An Date: Thu, 6 Aug 2026 11:03:26 +0800 Subject: [PATCH] chore: add foundry tests/evals code owner --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 319b83bb5..eda856a31 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -80,3 +80,9 @@ /plugins/azure-skills/skills/microsoft-foundry/foundry-agent/routine/ @anchenyi @XiaofuHuang @swatDong @RickWinter /plugins/azure-skills/skills/microsoft-foundry/foundry-agent/invocations-ws/ @anchenyi @XiaofuHuang @swatDong @RickWinter /plugins/azure-skills/skills/python-appservice-deploy/ @glaming1 @tmeschter @RickWinter + +# Plugin skills tests owners (multi-plugin) +/tests/microsoft-foundry/ @ankitbko @tendau @XOEEst @anchenyi @XiaofuHuang @jugonzales @vebudumu @RickWinter + +# Plugin skills evals owners (multi-plugin) +/evals/azure-skills/microsoft-foundry/ @ankitbko @tendau @XOEEst @anchenyi @XiaofuHuang @jugonzales @vebudumu @RickWinter \ No newline at end of file