Add jongio and wbreza as code owners on all rules#7421
Merged
wbreza merged 1 commit intoAzure:mainfrom Apr 1, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CODEOWNERS to ensure @jongio and @wbreza are included as code owners across path-specific rules (excluding the /.github/CODEOWNERS rule itself), allowing either to satisfy required code owner review for changes throughout the repo.
Changes:
- Added
@jongioand@wbrezato multiple path-specific CODEOWNERS entries where they were previously missing. - Preserved the existing ownership rule for
/.github/CODEOWNERSby keeping its dedicated, most-specific entry unchanged.
rajeshkamal5050
approved these changes
Apr 1, 2026
benbp
approved these changes
Apr 1, 2026
Contributor
Author
|
/check-enforcer override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
@jongioand@wbrezato every CODEOWNERS rule (except the/.github/CODEOWNERSrule itself) so that either of their approvals is sufficient for any PR, regardless of which path-specific rule matches.Changes
@jongioand@wbrezato all CODEOWNERS rules where they were previously missing:/cli/installer//cli/azd/extensions/azure.ai.agents//cli/azd/extensions/azure.ai.finetune//cli/azd/extensions/azure.ai.models//ext//ext/azuredevops//ext/devcontainer//ext/vscode//.github//eng//.config/1espt//schemas//**catch-all and AI extension rules already had both users; verified they remain correct/.github/CODEOWNERSrule is intentionally not modified (ownership of that file stays with@rajeshkamal5050and@Azure/azure-sdk-eng)Motivation
Ensure
@jongioand@wbrezacan approve PRs touching any part of the repo without being blocked by path-specific ownership rules that previously excluded them.No related issue.
Co-authored-by: Copilot