Skip to content

Commit 10a343b

Browse files
authored
Update fabricbot.json (#47866)
1 parent 749976c commit 10a343b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.github/fabricbot.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3668,6 +3668,56 @@
36683668
}
36693669
]
36703670
}
3671+
},
3672+
{
3673+
"taskType": "trigger",
3674+
"capabilityId": "IssueResponder",
3675+
"subCapability": "IssuesOnlyResponder",
3676+
"version": "1.0",
3677+
"config": {
3678+
"conditions": {
3679+
"operator": "and",
3680+
"operands": [
3681+
{
3682+
"name": "isAction",
3683+
"parameters": {
3684+
"action": "opened"
3685+
}
3686+
},
3687+
{
3688+
"name": "bodyContains",
3689+
"parameters": {
3690+
"bodyPattern": "(AOT)/gi",
3691+
"isRegex": true
3692+
}
3693+
},
3694+
{
3695+
"name": "hasLabel",
3696+
"parameters": {
3697+
"label": "INTERNAL: Debug"
3698+
}
3699+
},
3700+
{
3701+
"name": "isInMilestone",
3702+
"parameters": {}
3703+
}
3704+
]
3705+
},
3706+
"eventType": "issue",
3707+
"eventNames": [
3708+
"issues",
3709+
"project_card"
3710+
],
3711+
"taskName": "Label AOT related issues appropriately",
3712+
"actions": [
3713+
{
3714+
"name": "addLabel",
3715+
"parameters": {
3716+
"label": "NativeAOT"
3717+
}
3718+
}
3719+
]
3720+
}
36713721
}
36723722
],
36733723
"userGroups": []

0 commit comments

Comments
 (0)