Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# AKS CODEOWNERS

# Changelog owners
/CHANGELOG.md @Azure/aks-pm

# Blog and Website owners
/website/ @Azure/aks-pm

# Global Owners
* @palma21 @Azure/aks-pm @Azure/aks-leads
* @palma21 @Azure/aks-leads
Comment on lines 9 to +10
Copy link

Copilot AI Jan 9, 2026

Choose a reason for hiding this comment

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

In GitHub CODEOWNERS files, the last matching pattern takes precedence. With the global pattern on line 10 appearing after the specific patterns for /CHANGELOG.md and /website/, the global owners will override the specific owners for those paths.

To ensure that @Azure/aks-pm owns /CHANGELOG.md and /website/ while @palma21 and @Azure/aks-leads own everything else, the global pattern should be moved before the specific patterns (lines 4 and 7). The recommended order is:

  1. Global pattern first
  2. Specific patterns after (to override the global pattern)

This ensures that specific ownership rules take precedence over the global catch-all.

Copilot uses AI. Check for mistakes.

# CODEOWNERS file
/.github/CODEOWNERS @palma21