diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 4a914c6465..d17c4ca453 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -233,6 +233,30 @@ configuration: - addReply: reply: Hi! Thanks for making us aware of the problem. We raised the issue with our internal localization team. This issue should be fixed hopefully in the next version of PowerToys. description: + - if: + - payloadType: Issue_Comment + - commentContains: + pattern: '\/need-monitor-info' + isRegex: True + - hasLabel: + label: Product-Cursor Wrap + - or: + - activitySenderHasAssociation: + association: Owner + - activitySenderHasAssociation: + association: Member + - activitySenderHasAssociation: + association: Collaborator + then: + - removeLabel: + label: Needs-Triage + - removeLabel: + label: Needs-Team-Response + - addLabel: + label: Needs-Author-Feedback + - addReply: + reply: "To help debug your layout, please run [this script](https://github.com/microsoft/PowerToys/blob/main/src/modules/MouseUtils/CursorWrap/CursorWrapTests/Capture-MonitorLayout.ps1) and attach the generated JSON output to this thread.\n\nThis allows us to better understand the issue and investigate potential fixes." + description: - if: - payloadType: Issue_Comment - commentContains: