-
Notifications
You must be signed in to change notification settings - Fork 325
Update CODEOWNER file for Aks & Speech #1334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -59,6 +59,12 @@ | |||||
| # ServiceLabel: %tools-ACR | ||||||
| # ServiceOwners: @jongio | ||||||
|
|
||||||
| # PRLabel: %tools-Aks | ||||||
| /tools/Azure.Mcp.Tools.Aks/ @jongio @anuchandy @microsoft/azure-mcp | ||||||
|
|
||||||
| # ServiceLabel: %tools-Aks | ||||||
|
||||||
| # ServiceLabel: %tools-Aks | |
| # ServiceLabel: %tools-AKS |
Copilot
AI
Dec 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This creates a duplicate CODEOWNERS entry for the AKS tool. Lines 31-35 already define ownership for /tools/Azure.Mcp.Tools.Aks/ with @feiskyer @gossion @microsoft/azure-mcp. This duplicate entry will override the original one.
If the intent is to update the owners, please remove or modify the existing entry at lines 31-35 instead of adding a new one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label casing is inconsistent. Line 31 uses
%tools-AKS(all caps) for the existing AKS entry, but this new entry uses%tools-Aks(mixed case). To maintain consistency across the codebase, please use%tools-AKSto match the existing entry.