Skip to content

Commit

Permalink
Tag Dave Britch for breaking changes (dotnet#13506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Feb 23, 2023
1 parent 2ed8be3 commit 92dd968
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2724,6 +2724,73 @@
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
"subCapability": "IssuesOnlyResponder",
"version": "1.0",
"config": {
"conditions": {
"operator": "and",
"operands": [
{
"name": "labelAdded",
"parameters": {
"label": "t/breaking 💥"
}
}
]
},
"eventType": "issue",
"eventNames": [
"issues",
"project_card"
],
"taskName": "Tag Dave Britch when a breaking change is tagged on an issue",
"actions": [
{
"name": "addReply",
"parameters": {
"comment": "🚨 Breaking change detected @davidbritch FYI"
}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
"subCapability": "PullRequestResponder",
"version": "1.0",
"config": {
"conditions": {
"operator": "and",
"operands": [
{
"name": "labelAdded",
"parameters": {
"label": "t/breaking 💥"
}
}
]
},
"eventType": "pull_request",
"eventNames": [
"pull_request",
"issues",
"project_card"
],
"taskName": "Tag Dave Britch when a breaking change is tagged on an PR",
"actions": [
{
"name": "addReply",
"parameters": {
"comment": "🚨 Breaking change detected @davidbritch FYI"
}
}
]
}
}
],
"userGroups": []
Expand Down

0 comments on commit 92dd968

Please sign in to comment.