Skip to content

Commit

Permalink
[Fabric Bot] Team Assignment Testing (#27233)
Browse files Browse the repository at this point in the history
Iteration: 4
  • Loading branch information
jsquire authored Feb 28, 2022
1 parent 16609e9 commit 8208937
Showing 1 changed file with 15 additions and 38 deletions.
53 changes: 15 additions & 38 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -4089,12 +4089,6 @@
"label": "needs-team-triage"
}
},
{
"name": "isAction",
"parameters": {
"action": "assigned"
}
},
{
"name": "isAssignedToSomeone",
"parameters": {}
Expand Down Expand Up @@ -4124,6 +4118,12 @@
"parameters": {
"label": "needs-team-triage"
}
},
{
"name": "addLabel",
"parameters": {
"label": "needs-team-attention"
}
}
],
"dangerZone": {
Expand Down Expand Up @@ -4172,44 +4172,21 @@
]
},
{
"operator": "not",
"operands": [
{
"name": "isAction",
"parameters": {
"titlePattern": "[SQUIRE TEST]",
"action": "opened"
}
}
]
},
{
"operator": "not",
"operands": [
{
"name": "isAction",
"parameters": {
"action": "closed"
}
}
]
"name": "titleContains",
"parameters": {
"titlePattern": "[SQUIRE TEST]"
}
},
{
"operator": "not",
"operands": [
{
"name": "isAction",
"name": "hasLabel",
"parameters": {
"action": "reopened"
"label": "CXP Attention"
}
}
]
},
{
"name": "titleContains",
"parameters": {
"titlePattern": "[SQUIRE TEST]"
}
}
]
},
Expand All @@ -4233,9 +4210,9 @@
}
},
{
"name": "addReply",
"name": "addLabel",
"parameters": {
"comment": "Thank you for your feedback. This has been routed to the support team for assistance."
"label": "needs-team-attention"
}
}
],
Expand Down Expand Up @@ -4275,7 +4252,7 @@
{
"name": "addReply",
"parameters": {
"comment": "Test rules iteration: 3"
"comment": "Test rules iteration: 4"
}
}
]
Expand Down

0 comments on commit 8208937

Please sign in to comment.