{CI} Sync squad mapping labels from ADO Wiki to resourceManagement.yml#33585
{CI} Sync squad mapping labels from ADO Wiki to resourceManagement.yml#33585azclibot wants to merge 1 commit into
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub policy configuration in resourceManagement.yml to keep squad-routing metadata in sync with the “Squad Mapping” ADO wiki, ensuring issues/PRs get the appropriate squad labels, mentions, and (where applicable) review requests.
Changes:
- Add additional squad
mentioneesentries in relevantmentionUsersblocks based on the squad mapping. - Add additional
addLabelactions to apply mapped squad labels alongside existing labels. - Add additional
requestReviewactions on PR-routing rules to include mapped squad reviewers.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -748,6 +748,7 @@ configuration: | |||
| mentionees: | |||
| - Azure/deployments-owners | |||
| - act-codegen-extensibility-squad | |||
There was a problem hiding this comment.
act-codegen-extensibility-squad is just a label, but not a team, we should mention a team.
| mentionees: | ||
| - Azure/deployments-owners | ||
| - act-codegen-extensibility-squad | ||
| - Azure/act-identity-squad |
There was a problem hiding this comment.
Our logic should replace existing mentionees instead of appending to them.
| - addLabel: | ||
| label: act-codegen-extensibility-squad | ||
| - addLabel: | ||
| label: act-experience-enablement-squad |
There was a problem hiding this comment.
We should replace the label act-codegen-extensibility-squad instead of appending to the end.
| - requestReview: | ||
| reviewer: act-codegen-extensibility-squad | ||
| - requestReview: | ||
| reviewer: act-observability-squad |
There was a problem hiding this comment.
We should replace existing reviewers instead of appending to it.
| @@ -7052,13 +7121,17 @@ configuration: | |||
| reviewer: yonzhan | |||
| - requestReview: | |||
| reviewer: act-codegen-extensibility-squad | |||
There was a problem hiding this comment.
act-codegen-extensibility-squad is a label, but not a team. We should assign to a team to review, such as Azure/act-codegen-extensibility-squad.
|
@a0x1ab, It seems the sync logic is not correct and added some comments above. |
|
Thank you Yu, I shall work on fixing this now 🫡 |
This PR synchronizes squad labels in resourceManagement.yml based on the Squad Mapping ADO wiki page.