Skip to content

Add CODEOWNERS coverage for all evals/azure-skills directories - #3050

Merged
Sai Koumudi Kaluvakolanu (saikoumudi) merged 2 commits into
mainfrom
copilot/add-code-owners-for-evals
Aug 10, 2026
Merged

Add CODEOWNERS coverage for all evals/azure-skills directories#3050
Sai Koumudi Kaluvakolanu (saikoumudi) merged 2 commits into
mainfrom
copilot/add-code-owners-for-evals

Conversation

Copilot AI commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

.github/CODEOWNERS had partial ownership coverage for eval assets, which blocked partner-team review routing for many skill eval updates. This change aligns eval ownership with the existing skill ownership map.

  • What changed

    • Added missing CODEOWNERS entries for each directory under /evals/azure-skills/.
    • Kept owner lists mirrored from the corresponding /plugins/azure-skills/skills/<skill>/ entries.
  • Scope

    • Updated only .github/CODEOWNERS.
    • No behavior or runtime code changes.
  • Example mapping

    /plugins/azure-skills/skills/azure-ai/ @JasonYeMSFT @RickWinter
    /evals/azure-skills/azure-ai/          @JasonYeMSFT @RickWinter
    

Co-authored-by: saikoumudi <22682497+saikoumudi@users.noreply.github.com>
Copilot AI changed the title [WIP] Add code owners for eval tests Add CODEOWNERS coverage for all evals/azure-skills directories Aug 10, 2026
@saikoumudi
Sai Koumudi Kaluvakolanu (saikoumudi) marked this pull request as ready for review August 10, 2026 17:49
Copilot AI lite review requested due to automatic review settings August 10, 2026 17:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates .github/CODEOWNERS to ensure every directory under /evals/azure-skills/ has explicit ownership, aligning eval review routing with the existing ownership map used for /plugins/azure-skills/skills/.

Changes:

  • Added missing CODEOWNERS entries for each /evals/azure-skills/<skill>/ directory.
  • Matched each eval directory’s owner list to the corresponding /plugins/azure-skills/skills/<skill>/ entry to preserve consistent review routing.
Show a summary per file
File Description
.github/CODEOWNERS Adds CODEOWNERS rules for all evals/azure-skills/* directories to unblock correct reviewer routing for eval updates.

Review details

Tip

Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment thread .github/CODEOWNERS
@saikoumudi
Sai Koumudi Kaluvakolanu (saikoumudi) merged commit 88fcf44 into main Aug 10, 2026
12 checks passed
@saikoumudi
Sai Koumudi Kaluvakolanu (saikoumudi) deleted the copilot/add-code-owners-for-evals branch August 10, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add code owners for eval tests

4 participants