Skip to content

Commit 6903999

Browse files
authored
[Fabric Bot] Assignment Rules Testing (Azure#27230)
Version 3
1 parent 6803d5c commit 6903999

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

.github/fabricbot.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4067,7 +4067,7 @@
40674067
}
40684068
],
40694069
"requireBotAssign": false,
4070-
"replyTemplate": "Thank you for your feedback. We are routing this to the appropriate team for follow-up. \n\n//cc: ${mentionees}."
4070+
"replyTemplate": "Thank you for your feedback. We are routing this to the appropriate team members for follow-up. "
40714071
}
40724072
},
40734073
{
@@ -4231,12 +4231,54 @@
42314231
"parameters": {
42324232
"label": "CXP Attention"
42334233
}
4234+
},
4235+
{
4236+
"name": "addReply",
4237+
"parameters": {
4238+
"comment": "Thank you for your feedback. This has been routed to the support team for assistance."
4239+
}
42344240
}
42354241
],
42364242
"dangerZone": {
42374243
"respondToBotActions": true,
42384244
"acceptRespondToBotActions": true
42394245
}
42404246
}
4247+
},
4248+
{
4249+
"taskType": "trigger",
4250+
"capabilityId": "IssueResponder",
4251+
"subCapability": "IssueCommentResponder",
4252+
"version": "1.0",
4253+
"config": {
4254+
"conditions": {
4255+
"operator": "and",
4256+
"operands": [
4257+
{
4258+
"name": "isOpen",
4259+
"parameters": {}
4260+
},
4261+
{
4262+
"name": "commentContains",
4263+
"parameters": {
4264+
"commentPattern": "/squire"
4265+
}
4266+
}
4267+
]
4268+
},
4269+
"eventType": "issue",
4270+
"eventNames": [
4271+
"issue_comment"
4272+
],
4273+
"taskName": "[SQUIRE TEST] Validate Rules Updated",
4274+
"actions": [
4275+
{
4276+
"name": "addReply",
4277+
"parameters": {
4278+
"comment": "Test rules iteration: 3"
4279+
}
4280+
}
4281+
]
4282+
}
42414283
}
42424284
]

0 commit comments

Comments
 (0)