{CI} Sync squad mapping into resourceManagement.yml - #29905
{CI} Sync squad mapping into resourceManagement.yml#29905Azure PowerShell (azure-powershell-bot) wants to merge 1 commit into
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub policy routing configuration in .github/policies/resourceManagement.yml to synchronize squad labels/mentionees/reviewers with the current squad mapping source, ensuring issues/PRs get routed to the correct squads.
Changes:
- Updated multiple “Service Attention” routing rules to use the correct ACT squad teams (e.g., experience enablement / observability / quality productivity) for mentions and labels.
- Updated “[Squad Auto-Assign]” PR label-based review requests to use
Azure/<team>reviewer identifiers.
Comments suppressed due to low confidence (27)
.github/policies/resourceManagement.yml:896
- This route now adds
act-observability-squadtwice and listsAzure/act-observability-squadtwice undermentionees, which can result in duplicate mentions and redundant label operations. Keep only one entry of each.
- addLabel:
label: act-observability-squad
- addLabel:
label: act-observability-squad
.github/policies/resourceManagement.yml:974
- This route now duplicates the same squad in
mentioneesand applies the same label twice. This can generate duplicate notifications and redundant label calls; dedupe both lists.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:997
Azure/act-experience-enablement-squadandact-experience-enablement-squadare both duplicated here (mentionees + addLabel). This is noisy and can lead to duplicate mentions; keep single entries.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1021
- The same team is listed twice in
mentioneesand the same label is added twice. Deduplicating avoids duplicate notifications and redundant operations.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1043
- This section duplicates the same squad in
mentioneesand duplicates theaddLabelaction. This can cause double-mentions and extra label calls; keep only one of each.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1066
- The same squad/team and label are duplicated (two identical mentionees + two identical addLabel actions). Deduplicate to avoid duplicate routing noise.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1090
- Duplicate
Azure/act-experience-enablement-squadentries inmentioneesand duplicateaddLabelactions will result in double-mentions and extra label operations. Remove the duplicates.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1114
- This route now repeats the same squad in
mentioneesand adds the same label twice. Deduplicate to avoid duplicate notifications and redundant label calls.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1136
- The same squad appears twice in
mentioneesand the label is applied twice. Keeping a single entry avoids duplicate mentions/operations.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1158
Azure/act-experience-enablement-squadis duplicated in mentionees andaddLabelis duplicated. This can double-mention the team and issue redundant label requests; dedupe.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1181
- This block duplicates the same squad in
mentioneesand duplicates theaddLabelaction. Deduplicate to avoid duplicate notifications and redundant calls.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1203
- This route lists the same team twice in
mentioneesand adds the same label twice. Remove duplicates to avoid double-mentions and redundant labeling.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1225
Azure/act-experience-enablement-squadandact-experience-enablement-squadare duplicated here (mentionees + addLabel). Deduplicate to avoid duplicate notifications and redundant API calls.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1248
- Duplicate mentionees and duplicate
addLabelactions will cause duplicate mentions/redundant label operations. Keep a single squad entry and a single label action.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1271
- The same squad is included twice in
mentioneesand the label is added twice. This can double-notify the team and make redundant API calls; dedupe both.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1293
- This route now duplicates the squad entry in
mentioneesand duplicates the sameaddLabelaction. Remove the duplicates to avoid double-mentions and redundant label calls.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1315
- There are duplicate entries for the same squad (mentionees + addLabel). This can create duplicate notifications and redundant operations; keep single entries.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1340
- This route duplicates the same team entry in
mentioneesand adds the same label twice. Deduplicate to avoid double-mentions and redundant API calls.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:1422
- This route duplicates the same squad in
mentioneesand duplicates theaddLabelaction. This can lead to duplicate notifications and redundant label API calls; keep single entries.
- addLabel:
label: act-observability-squad
- addLabel:
label: act-observability-squad
.github/policies/resourceManagement.yml:2445
Azure/act-observability-squadis listed twice inmentioneesand the label is added twice. Deduplicate to avoid double-mentions and redundant labeling calls.
- addLabel:
label: act-observability-squad
- addLabel:
label: act-observability-squad
.github/policies/resourceManagement.yml:2467
- The same squad is duplicated under
mentioneesandaddLabelis duplicated. This can cause duplicate notifications and redundant label operations; keep only one entry of each.
- addLabel:
label: act-observability-squad
- addLabel:
label: act-observability-squad
.github/policies/resourceManagement.yml:2715
- This route repeats
Azure/act-observability-squadinmentioneesand adds the same label twice. Removing duplicates avoids double-mentions and redundant label calls.
- addLabel:
label: act-observability-squad
- addLabel:
label: act-observability-squad
.github/policies/resourceManagement.yml:2807
- The same squad/team and label are duplicated here (two identical mentionees + two identical addLabel actions). Deduplicate to avoid duplicate mentions and redundant labeling operations.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:3570
- This block duplicates the same team in
mentioneesand duplicates theaddLabelaction. This can cause double notifications and redundant label requests; keep only one entry.
- addLabel:
label: act-quality-productivity-squad
- addLabel:
label: act-quality-productivity-squad
.github/policies/resourceManagement.yml:4527
- This route repeats the same squad in
mentioneesand applies the same label twice. Deduplicate to avoid double-mentioning the team and redundant label operations.
- addLabel:
label: act-observability-squad
- addLabel:
label: act-observability-squad
.github/policies/resourceManagement.yml:4568
- This block duplicates
Azure/act-codegen-extensibility-squadinmentioneesand duplicates theaddLabelaction. Deduplicate to avoid double notifications and redundant label operations.
- addLabel:
label: act-codegen-extensibility-squad
- addLabel:
label: act-codegen-extensibility-squad
.github/policies/resourceManagement.yml:4878
- The same squad is listed twice in
mentioneesand the same label is added twice. This can double-mention the team and make redundant label calls; dedupe both.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
| - addLabel: | ||
| label: act-codegen-extensibility-squad | ||
| label: act-experience-enablement-squad | ||
| - addLabel: | ||
| label: act-experience-enablement-squad |
2e335a6 to
7741a7f
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (4)
.github/policies/resourceManagement.yml:870
- The
mentioneeslist includes the same team twice, and thethenblock also adds the same squad label twice. This can cause duplicate@mentionsin the reply template output and redundant label operations; it looks like the sync inserted a duplicate entry.
- sgellock
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
.github/policies/resourceManagement.yml:891
- This routing block duplicates the same squad team in
mentioneesand duplicates the sameaddLabelaction. That can result in double-notifications and unnecessary repeated label operations.
mentionees:
- hirenshah1
- Azure/act-observability-squad
- Azure/act-observability-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
.github/policies/resourceManagement.yml:3565
- The same squad team is listed twice under
mentioneesand the same label is added twice. This will generate redundant notifications/operations; please de-duplicate to a single entry/action.
mentionees:
- audunn
- Azure/act-quality-productivity-squad
- Azure/act-quality-productivity-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
.github/policies/resourceManagement.yml:4563
- This rule lists
Azure/act-codegen-extensibility-squadtwice undermentioneesand repeats the sameaddLabelaction. That can lead to duplicate mentions in the bot reply and unnecessary repeated label operations.
mentionees:
- azureSQLGitHub
- Azure/act-codegen-extensibility-squad
- Azure/act-codegen-extensibility-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
7741a7f to
a545cba
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (3)
.github/policies/resourceManagement.yml:868
- This block now includes duplicate entries for the same squad in both
mentioneesandaddLabel(the act-experience-enablement squad appears twice). This can lead to redundant/duplicate mentions and label operations; keep only one occurrence of each.
- mentionUsers:
mentionees:
- sgellock
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:890
- This rule duplicates the same squad in
mentioneesand repeats the sameaddLabelstep twice. It’s redundant and may cause duplicate notifications; remove the extra mentionee and one of the duplicated label actions.
- mentionUsers:
mentionees:
- hirenshah1
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:4562
- This rule contains duplicate
mentioneesentries for the same team and repeats the sameaddLabeltwice. Even if downstream deduplicates, keeping duplicates in config increases noise and can result in duplicate mentions/operations; remove the duplicates here (and in other blocks updated similarly in this PR).
- mentionUsers:
mentionees:
- azureSQLGitHub
- Azure/act-codegen-extensibility-squad
- Azure/act-codegen-extensibility-squad
a545cba to
12fe51e
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (28)
.github/policies/resourceManagement.yml:871
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:893
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-observability-squad
- Azure/act-observability-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:971
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:994
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1018
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1040
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1063
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1087
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1111
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1133
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1155
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1178
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1200
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1222
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1245
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1268
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1290
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1312
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:2442
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-observability-squad
- Azure/act-observability-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1337
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:1419
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-observability-squad
- Azure/act-observability-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:2464
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-observability-squad
- Azure/act-observability-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:2712
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-observability-squad
- Azure/act-observability-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:2804
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:3567
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-quality-productivity-squad
- Azure/act-quality-productivity-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:4524
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-observability-squad
- Azure/act-observability-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:4565
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-codegen-extensibility-squad
- Azure/act-codegen-extensibility-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
.github/policies/resourceManagement.yml:4875
mentioneesincludes the same team twice andaddLabelis duplicated, which will result in redundant notifications/label operations. Remove the duplicates (keep a single team mention and a single label add).
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
replyTemplate: Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc ${mentionees}.
assignMentionees: False
- addLabel:
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
12fe51e to
581324e
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (28)
.github/policies/resourceManagement.yml:890
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-observability-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:968
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:868
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:991
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1015
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1037
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1060
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1084
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1108
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1130
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1152
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1175
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1197
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1219
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1242
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1265
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1287
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1309
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1334
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1416
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-observability-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:2439
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-observability-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:2461
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-observability-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:2709
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-observability-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:2801
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:3564
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-quality-productivity-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-quality-productivity-squad
- Azure/act-quality-productivity-squad
.github/policies/resourceManagement.yml:4521
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-observability-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:4562
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-codegen-extensibility-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-codegen-extensibility-squad
- Azure/act-codegen-extensibility-squad
.github/policies/resourceManagement.yml:4872
- This
mentioneeslist contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a singleAzure/act-experience-enablement-squadentry and also remove the duplicateaddLabelaction for the same label in this rule.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
581324e to
574898c
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (8)
.github/policies/resourceManagement.yml:874
- Duplicate addLabel action will attempt to add the same label twice. Remove the redundant addLabel block.
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
.github/policies/resourceManagement.yml:868
- Duplicate mentionee entry will cause the same GitHub team to be mentioned twice (and duplicated in the reply template’s cc list). Remove the redundant entry so the squad is only mentioned once.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:890
- Duplicate mentionee entry will mention the same GitHub team twice. Remove the redundant entry to avoid duplicate notifications.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:896
- Duplicate addLabel action will try to add the same label twice. Remove the redundant addLabel block.
- addLabel:
label: act-observability-squad
- addLabel:
label: act-observability-squad
.github/policies/resourceManagement.yml:3564
- Duplicate mentionee entry will mention the same GitHub team twice. Remove the redundant entry to avoid duplicate notifications.
- Azure/act-quality-productivity-squad
- Azure/act-quality-productivity-squad
.github/policies/resourceManagement.yml:3570
- Duplicate addLabel action will try to apply the same label twice. Remove the redundant addLabel block.
- addLabel:
label: act-quality-productivity-squad
- addLabel:
label: act-quality-productivity-squad
.github/policies/resourceManagement.yml:4562
- Duplicate mentionee entry will mention the same GitHub team twice. Remove the redundant entry to avoid duplicate notifications.
- Azure/act-codegen-extensibility-squad
- Azure/act-codegen-extensibility-squad
.github/policies/resourceManagement.yml:4568
- Duplicate addLabel action will try to add the same label twice. Remove the redundant addLabel block.
- addLabel:
label: act-codegen-extensibility-squad
- addLabel:
label: act-codegen-extensibility-squad
574898c to
d360fa9
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (5)
.github/policies/resourceManagement.yml:868
- This rule now includes the same squad twice in
mentioneesand also duplicates theaddLabelaction. That will create redundant@mentionsand unnecessary label operations; keep only one entry for the squad and oneaddLabel.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:3564
Azure/act-quality-productivity-squadis listed twice inmentioneesand theaddLabelaction is duplicated. This will cause redundant mentions/labeling; keep only one of each.
- Azure/act-quality-productivity-squad
- Azure/act-quality-productivity-squad
.github/policies/resourceManagement.yml:4562
- This rule now has
Azure/act-codegen-extensibility-squadduplicated inmentioneesand repeats theaddLabelaction. Dedupe to avoid double notifications and redundant label operations.
- Azure/act-codegen-extensibility-squad
- Azure/act-codegen-extensibility-squad
.github/policies/resourceManagement.yml:968
- After the squad sync, several rules now contain duplicated
mentioneesand duplicatedaddLabelactions (same squad listed twice / same label added twice). Please dedupe these across the file to avoid repeated notifications and redundant policy actions.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:890
- This rule duplicates
Azure/act-observability-squadinmentioneesand repeats theaddLabelaction. Dedupe these entries to avoid double-notifying the same team and repeating label operations.
This issue also appears in the following locations of the same file:
- line 3563
- line 4561
- Azure/act-observability-squad
- Azure/act-observability-squad
d360fa9 to
bc5f276
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (8)
.github/policies/resourceManagement.yml:890
- The same squad team is duplicated in
mentioneeshere, which will duplicate notifications. Remove the redundant second entry so the team is mentioned once.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:896
- This rule adds
act-observability-squadtwice via twoaddLabelblocks. Please remove the duplicate so only one label-add action remains.
- addLabel:
label: act-observability-squad
- addLabel:
label: act-observability-squad
.github/policies/resourceManagement.yml:3564
- The same squad team is listed twice in
mentionees(quality/productivity), which will generate duplicate mentions. Remove the redundant duplicate line.
- Azure/act-quality-productivity-squad
- Azure/act-quality-productivity-squad
.github/policies/resourceManagement.yml:3570
- This rule duplicates the
addLabelaction foract-quality-productivity-squad. Keep only oneaddLabelblock for the squad label.
- addLabel:
label: act-quality-productivity-squad
- addLabel:
label: act-quality-productivity-squad
.github/policies/resourceManagement.yml:4562
- The squad team is duplicated in
mentioneeshere, which will lead to duplicate mentions/notifications. Remove the redundant entry so the team appears once.
- Azure/act-codegen-extensibility-squad
- Azure/act-codegen-extensibility-squad
.github/policies/resourceManagement.yml:4568
- This rule adds the same
act-codegen-extensibility-squadlabel twice. Please remove the duplicateaddLabelblock so the label is only applied once.
- addLabel:
label: act-codegen-extensibility-squad
- addLabel:
label: act-codegen-extensibility-squad
.github/policies/resourceManagement.yml:868
- The same squad team is listed twice in
mentionees, which will result in duplicate@mentionsand a noisier routing reply. This looks like a stale second squad line after the mapping was synced; keep only one entry for the squad team.
This issue also appears in the following locations of the same file:
- line 889
- line 3563
- line 4561
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:874
- This rule adds the same squad label twice. If the automation treats
addLabelactions as separate API calls, this can cause redundant operations and can be confusing when reading the policy. Keep a singleaddLabelaction for this squad.
This issue also appears in the following locations of the same file:
- line 893
- line 3567
- line 4565
- addLabel:
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad
bc5f276 to
a5130b7
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (28)
.github/policies/resourceManagement.yml:868
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:890
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:968
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:991
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1015
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1037
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1060
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1084
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1108
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1130
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1152
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1175
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1197
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1219
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1242
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1265
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1287
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1309
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1334
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:2801
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
.github/policies/resourceManagement.yml:1416
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:2439
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:2461
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:2709
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:3564
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-quality-productivity-squad
- Azure/act-quality-productivity-squad
.github/policies/resourceManagement.yml:4521
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-observability-squad
- Azure/act-observability-squad
.github/policies/resourceManagement.yml:4562
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-codegen-extensibility-squad
- Azure/act-codegen-extensibility-squad
.github/policies/resourceManagement.yml:4872
- This rule now includes the same squad twice in
mentioneesand adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a singleaddLabelaction.
- Azure/act-experience-enablement-squad
- Azure/act-experience-enablement-squad
Description
This PR synchronizes squad labels, reviewers and mentionees into resourceManagement.yml based on the Squad Mapping wiki.
Checklist