mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Update fabricbot.json (#22024)
Co-authored-by: Aaron Junker <aaron.junker@outlook.com>
This commit is contained in:
79
.github/fabricbot.json
vendored
79
.github/fabricbot.json
vendored
@@ -634,6 +634,85 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"taskType": "trigger",
|
||||||
|
"capabilityId": "IssueResponder",
|
||||||
|
"subCapability": "IssueCommentResponder",
|
||||||
|
"version": "1.0",
|
||||||
|
"id": "bvMkigH2HPgUniYFCNco9",
|
||||||
|
"config": {
|
||||||
|
"conditions": {
|
||||||
|
"operator": "and",
|
||||||
|
"operands": [
|
||||||
|
{
|
||||||
|
"name": "commentContains",
|
||||||
|
"parameters": {
|
||||||
|
"isRegex": true,
|
||||||
|
"commentPattern": "\\/feedbackHub"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"operator": "or",
|
||||||
|
"operands": [
|
||||||
|
{
|
||||||
|
"name": "activitySenderHasAssociation",
|
||||||
|
"parameters": {
|
||||||
|
"association": "OWNER"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "activitySenderHasAssociation",
|
||||||
|
"parameters": {
|
||||||
|
"association": "MEMBER"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "activitySenderHasAssociation",
|
||||||
|
"parameters": {
|
||||||
|
"association": "COLLABORATOR"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"eventType": "issue",
|
||||||
|
"eventNames": [
|
||||||
|
"issue_comment"
|
||||||
|
],
|
||||||
|
"taskName": "Helper to mark as feedback hub",
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "addReply",
|
||||||
|
"parameters": {
|
||||||
|
"comment": "Hi! We've identified this issue that best is suited for Windows Feedback Hub. To do this on Windows, WinKey+F will bring it up!"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "closeIssue",
|
||||||
|
"parameters": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "removeLabel",
|
||||||
|
"parameters": {
|
||||||
|
"label": "Needs-Triage"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "removeLabel",
|
||||||
|
"parameters": {
|
||||||
|
"label": "Needs-Team-Response"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "addLabel",
|
||||||
|
"parameters": {
|
||||||
|
"label": "Resolution-Please File on Feedback Hub"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"taskType": "trigger",
|
"taskType": "trigger",
|
||||||
"capabilityId": "IssueResponder",
|
"capabilityId": "IssueResponder",
|
||||||
|
|||||||
Reference in New Issue
Block a user