Skip to content

{CI} Sync squad mapping into resourceManagement.yml - #29905

Open
Azure PowerShell (azure-powershell-bot) wants to merge 1 commit into
mainfrom
internal/sync-squad-mapping
Open

{CI} Sync squad mapping into resourceManagement.yml#29905
Azure PowerShell (azure-powershell-bot) wants to merge 1 commit into
mainfrom
internal/sync-squad-mapping

Conversation

@azure-powershell-bot

Copy link
Copy Markdown
Collaborator

Description

This PR synchronizes squad labels, reviewers and mentionees into resourceManagement.yml based on the Squad Mapping wiki.

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-squad twice and lists Azure/act-observability-squad twice under mentionees, 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 mentionees and 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-squad and act-experience-enablement-squad are 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 mentionees and 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 mentionees and duplicates the addLabel action. 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-squad entries in mentionees and duplicate addLabel actions 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 mentionees and 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 mentionees and 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-squad is duplicated in mentionees and addLabel is 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 mentionees and duplicates the addLabel action. 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 mentionees and 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-squad and act-experience-enablement-squad are 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 addLabel actions 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 mentionees and 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 mentionees and duplicates the same addLabel action. 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 mentionees and 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 mentionees and duplicates the addLabel action. 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-squad is listed twice in mentionees and 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 mentionees and addLabel is 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-squad in mentionees and 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 mentionees and duplicates the addLabel action. 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 mentionees and 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-squad in mentionees and duplicates the addLabel action. 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 mentionees and 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

Comment on lines 871 to 874
- addLabel:
label: act-codegen-extensibility-squad
label: act-experience-enablement-squad
- addLabel:
label: act-experience-enablement-squad

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 mentionees list includes the same team twice, and the then block also adds the same squad label twice. This can cause duplicate @mentions in 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 mentionees and duplicates the same addLabel action. 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 mentionees and 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-squad twice under mentionees and repeats the same addLabel action. 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}.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 mentionees and addLabel (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 mentionees and repeats the same addLabel step 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 mentionees entries for the same team and repeats the same addLabel twice. 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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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

  • mentionees includes the same team twice and addLabel is 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:

@VeryEarly

Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
Successfully started running 3 pipeline(s).

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-observability-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:968

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:868

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:991

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1015

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1037

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1060

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1084

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1108

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1130

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1152

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1175

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1197

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1219

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1242

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1265

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1287

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1309

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1334

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1416

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-observability-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:2439

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-observability-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:2461

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-observability-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:2709

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-observability-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:2801

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:3564

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-quality-productivity-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-quality-productivity-squad
            - Azure/act-quality-productivity-squad

.github/policies/resourceManagement.yml:4521

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-observability-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:4562

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-codegen-extensibility-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-codegen-extensibility-squad
            - Azure/act-codegen-extensibility-squad

.github/policies/resourceManagement.yml:4872

  • This mentionees list contains the same squad twice, which can cause duplicate mentions/notifications. Deduplicate to a single Azure/act-experience-enablement-squad entry and also remove the duplicate addLabel action for the same label in this rule.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 mentionees and also duplicates the addLabel action. That will create redundant @mentions and unnecessary label operations; keep only one entry for the squad and one addLabel.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:3564

  • Azure/act-quality-productivity-squad is listed twice in mentionees and the addLabel action 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-squad duplicated in mentionees and repeats the addLabel action. 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 mentionees and duplicated addLabel actions (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-squad in mentionees and repeats the addLabel action. 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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 mentionees here, 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-squad twice via two addLabel blocks. 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 addLabel action for act-quality-productivity-squad. Keep only one addLabel block 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 mentionees here, 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-squad label twice. Please remove the duplicate addLabel block 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 @mentions and 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 addLabel actions as separate API calls, this can cause redundant operations and can be confusing when reading the policy. Keep a single addLabel action 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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:890

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:968

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:991

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1015

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1037

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1060

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1084

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1108

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1130

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1152

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1175

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1197

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1219

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1242

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1265

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1287

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1309

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1334

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:2801

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

.github/policies/resourceManagement.yml:1416

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:2439

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:2461

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:2709

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:3564

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-quality-productivity-squad
            - Azure/act-quality-productivity-squad

.github/policies/resourceManagement.yml:4521

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-observability-squad
            - Azure/act-observability-squad

.github/policies/resourceManagement.yml:4562

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-codegen-extensibility-squad
            - Azure/act-codegen-extensibility-squad

.github/policies/resourceManagement.yml:4872

  • This rule now includes the same squad twice in mentionees and adds the same label twice, which can result in duplicate notifications/actions. Deduplicate to a single squad entry and a single addLabel action.
            - Azure/act-experience-enablement-squad
            - Azure/act-experience-enablement-squad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants