{Misc} Add Identity Squad to CODEOWNERS for src/azure-cli/setup.py#33554
Merged
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s CODEOWNERS configuration to ensure changes to the Azure CLI package installer script (src/azure-cli/setup.py) are reviewed by the Identity Squad, aligning ownership with other identity-related areas of the repo.
Changes:
- Added a dedicated CODEOWNERS rule for
/src/azure-cli/setup.pyassigning review ownership to the Identity Squad maintainers.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
add CODEOWNERS |
necusjz
approved these changes
Jun 16, 2026
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.
Related command
N/A
Description
Added identity squad members and owners to setup.py
History Notes
This pull request makes a minor update to the
.github/CODEOWNERSfile by specifying additional owners for thesrc/azure-cli/setup.pyfile. This helps ensure the correct team members are assigned responsibility for changes to this file.This checklist is used to make sure that common guidelines for a pull request are followed.
[ x] The PR title and description has followed the guideline in Submitting Pull Requests.
[x ] I adhere to the Command Guidelines.
[x ] I adhere to the Error Handling Guidelines.