{CI} Remove the aliases of colleagues who have left the team#33584
Open
jsntcy wants to merge 4 commits into
Open
{CI} Remove the aliases of colleagues who have left the team#33584jsntcy wants to merge 4 commits into
jsntcy wants to merge 4 commits into
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GitHub policy-based auto-assignment/routing configuration by removing assignee/reviewer entries for teammates who have left, to keep automation from tagging inactive accounts.
Changes:
- Removed multiple
assignTouser entries for departed colleagues across component rules. - Removed multiple
requestReviewreviewer entries for departed colleagues across PR-routing rules. - Kept labeling behavior intact while reducing/adjusting human routing targets.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
5000
to
5003
| - requestReview: | ||
| reviewer: yonzhan | ||
| - requestReview: | ||
| reviewer: calvinhzy | ||
| - requestReview: | ||
| reviewer: yonzhan |
| - assignTo: | ||
| users: | ||
| - evelyn-ys | ||
| description: '[synapse] auto assign labels and users based on issue description.' |
Comment on lines
5302
to
5307
| then: | ||
| - addLabel: | ||
| label: Portal | ||
| - assignTo: | ||
| users: | ||
| - ReaNAiveD | ||
| - addLabel: | ||
| label: Auto-Assign | ||
| - addLabel: |
Comment on lines
3760
to
3764
| - addLabel: | ||
| label: Storage | ||
| - assignTo: | ||
| users: | ||
| - evelyn-ys | ||
| - assignTo: | ||
| users: | ||
| - calvinhzy | ||
| - addLabel: | ||
| label: Auto-Assign | ||
| - addLabel: |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
jsntcy
commented
Jun 18, 2026
Collaborator
|
CI |
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
Description
Remove the aliases of colleagues who have left the team.
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.