Added bot trigger to add Product-Workspaces label to new issues-bugs (#34819)

This commit is contained in:
Connor Plante 2024-09-11 19:02:10 -04:00 committed by GitHub
parent 883bd00132
commit 7e99389b6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,5 +242,16 @@ configuration:
- addReply:
reply: Hi! Your last comment indicates to our system, that you might want to contribute to this feature/fix this bug. Thank you! Please make us aware on our ["Would you like to contribute to PowerToys?" thread](https://github.com/microsoft/PowerToys/issues/28769), as we don't see all the comments. <br /><br />_I'm a bot (beep!) so please excuse any mistakes I may make_
description:
- if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Area\(s\) with issue\?\s*\nWorkspaces'
isRegex: True
then:
- addLabel:
label: Product-Workspaces
description:
onFailure:
onSuccess: