Skip to content

Commit

Permalink
Update fabricbot.json (#22765)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruowan authored Feb 23, 2023
1 parent 27a3112 commit 8468620
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -4255,7 +4255,6 @@
"capabilityId": "PrAutoLabel",
"subCapability": "Path",
"version": "1.0",
"id": "AzureSDKPullRequestLabelFolder_azure-rest-api-specs_Azure",
"config": {
"configs": [
{
Expand Down Expand Up @@ -4900,6 +4899,45 @@
],
"taskName": "Auto PR based on folder paths "
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
"subCapability": "IssuesOnlyResponder",
"version": "1.0",
"config": {
"conditions": {
"operator": "and",
"operands": [
{
"name": "hasLabel",
"parameters": {
"label": "customer-reported"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "needs-triage"
}
}
]
},
"eventType": "issue",
"eventNames": [
"issues",
"project_card"
],
"taskName": "CXP attention",
"actions": [
{
"name": "addLabel",
"parameters": {
"label": "CXP Attention"
}
}
]
}
}
],
"userGroups": [
Expand All @@ -4921,4 +4959,4 @@
]
}
]
}
}

0 comments on commit 8468620

Please sign in to comment.