Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/src/azure-cli/ @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan @bebound @jiasli
/src/azure-cli/azure/cli/command_modules/acr/ @NoriZC @yanzhudd @teresaritorto @northtyphoon @rosanch
/src/azure-cli/azure/cli/command_modules/acs/ @NoriZC @yanzhudd @teresaritorto @fumingzhang
/src/azure-cli/azure/cli/command_modules/acs/ @NoriZC @yanzhudd @teresaritorto @fumingzhang @elvazhu521
/src/azure-cli/azure/cli/command_modules/advisor/ @VeryEarly @Pan-Qi @jsntcy @Prasanna-Padmanabhan
/src/azure-cli/azure/cli/command_modules/apim/ @NoriZC @yanzhudd @teresaritorto @kevinhillinger @jonlester
/src/azure-cli/azure/cli/command_modules/appconfig/ @VeryEarly @Pan-Qi @jsntcy @ChristineWanjau @albertofori @avanigupta @mrm9084
Expand Down
7 changes: 4 additions & 3 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ configuration:
- mentionUsers:
mentionees:
- FumingZhang
- elvazhu521
- danielsollondon
- act-observability-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
Expand Down Expand Up @@ -1441,6 +1442,7 @@ configuration:
- mentionUsers:
mentionees:
- FumingZhang
- elvazhu521
- danielsollondon
- palma21
- act-observability-squad
Expand Down Expand Up @@ -4805,20 +4807,19 @@ configuration:
pattern: '[Aa]z \b(aks|acs|openshift)\b'
isRegex: True
then:
- requestReview:
reviewer: zhoxing-ms
- requestReview:
reviewer: yanzhudd
- assignTo:
users:
- zhoxing-ms
- yanzhudd
Comment on lines 4809 to 4814
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

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

This hunk not only adds elvazhu521 as a reviewer, it also removes zhoxing-ms from both requestReview and assignTo for AKS/ACS/openshift PR routing. If the intent is only to add a new code owner/reviewer, please restore zhoxing-ms; otherwise, please update the PR description to reflect that ownership/routing is being changed (removing an existing reviewer/assignee).

Copilot uses AI. Check for mistakes.
- addLabel:
label: Auto-Assign
- requestReview:
reviewer: yonzhan
- requestReview:
reviewer: FumingZhang
- requestReview:
reviewer: elvazhu521
- requestReview:
reviewer: act-observability-squad
- addLabel:
Expand Down
Loading