Skip to content

Update CODEOWNERS to define specific ownership#5546

Merged
palma21 merged 2 commits intomasterfrom
palma21-patch-3
Jan 9, 2026
Merged

Update CODEOWNERS to define specific ownership#5546
palma21 merged 2 commits intomasterfrom
palma21-patch-3

Conversation

@palma21
Copy link
Copy Markdown
Member

@palma21 palma21 commented Jan 9, 2026

Added specific ownership @Azure/aks-pm and removed from global owners

Added specific ownership @Azure/aks-pm and removed from global owners
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 restructures the CODEOWNERS file to define specific path-based ownership instead of global ownership. The @Azure/aks-pm team is assigned to specific areas (CHANGELOG.md and website), while being removed from the global fallback owners to reduce notification noise and clarify responsibilities.

Key Changes

  • Added explicit ownership of /CHANGELOG.md to @Azure/aks-pm
  • Added explicit ownership of /website/* to @Azure/aks-pm
  • Removed @Azure/aks-pm from global owners (now only @palma21 and @Azure/aks-leads)

Comment thread .github/CODEOWNERS Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 9, 2026 20:21
@palma21 palma21 merged commit c032c7d into master Jan 9, 2026
5 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread .github/CODEOWNERS
Comment on lines 9 to +10
# Global Owners
* @palma21 @Azure/aks-pm @Azure/aks-leads
* @palma21 @Azure/aks-leads
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.
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.

2 participants