{CI} Sync squad mapping into resourceManagement.yml#29328
{CI} Sync squad mapping into resourceManagement.yml#29328azure-powershell-bot wants to merge 2 commits intomainfrom
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Pull request overview
This PR updates the GitOps issue/PR management policy to align squad routing (mentionees and labels) in .github/policies/resourceManagement.yml with the current Squad Mapping wiki.
Changes:
- Adds ACT squad entries to multiple
mentionUsersmentionee lists so the right squad is CC’d during “Service Attention” routing. - Adds
addLabelactions to apply the corresponding ACT squad label when routing conditions match.
| then: | ||
| - mentionUsers: | ||
| mentionees: | ||
| - Elsie4ever,MohinderAtwal |
There was a problem hiding this comment.
The mentionees entry Elsie4ever,MohinderAtwal appears to combine two GitHub users with a full-width comma, which will be treated as a single (invalid) handle and won’t notify either user. Split this into two separate mentionees list items (and use standard ASCII punctuation).
| - Elsie4ever,MohinderAtwal | |
| - Elsie4ever | |
| - MohinderAtwal |
| then: | ||
| - mentionUsers: | ||
| mentionees: | ||
| - arc-enabled-vms-on-hci Team |
There was a problem hiding this comment.
arc-enabled-vms-on-hci Team contains spaces, so it is not a valid GitHub username or org/team slug and won’t produce an actual mention in the generated comment. Replace it with the correct GitHub handle/team slug (or split into valid individual handles) so the routing notification works.
| - arc-enabled-vms-on-hci Team | |
| - arc-enabled-vms-on-hci-team |
374a354 to
5561c81
Compare
Description
This PR synchronizes squad labels, reviewers and mentionees into resourceManagement.yml based on the Squad Mapping wiki.
Checklist