Skip to content

Commit 50f7c35

Browse files
authored
[Fabric Bot] Team Assignment Rules Tests (Azure#27248)
Iteration 5
1 parent 8208937 commit 50f7c35

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/fabricbot.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4187,6 +4187,17 @@
41874187
}
41884188
}
41894189
]
4190+
},
4191+
{
4192+
"operator": "not",
4193+
"operands": [
4194+
{
4195+
"name": "hasLabel",
4196+
"parameters": {
4197+
"label": "needs-team-attention"
4198+
}
4199+
}
4200+
]
41904201
}
41914202
]
41924203
},
@@ -4231,10 +4242,6 @@
42314242
"conditions": {
42324243
"operator": "and",
42334244
"operands": [
4234-
{
4235-
"name": "isOpen",
4236-
"parameters": {}
4237-
},
42384245
{
42394246
"name": "commentContains",
42404247
"parameters": {
@@ -4252,7 +4259,7 @@
42524259
{
42534260
"name": "addReply",
42544261
"parameters": {
4255-
"comment": "Test rules iteration: 4"
4262+
"comment": "Test rules iteration: 5"
42564263
}
42574264
}
42584265
]

0 commit comments

Comments
 (0)