Skip to content

Commit 696acea

Browse files
authored
Merge pull request #27825 from dotnet/marcpopMSFT-addlinkernotification
Add linker notification to fabricbot
2 parents f015b61 + fe6f531 commit 696acea

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/fabricbot.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,39 @@
137137
}
138138
]
139139
}
140+
},
141+
{
142+
"taskType": "trigger",
143+
"capabilityId": "IssueResponder",
144+
"subCapability": "IssuesOnlyResponder",
145+
"version": "1.0",
146+
"config": {
147+
"conditions": {
148+
"operator": "and",
149+
"operands": [
150+
{
151+
"name": "labelAdded",
152+
"parameters": {
153+
"label": "Area-ILLink"
154+
}
155+
}
156+
]
157+
},
158+
"eventType": "issue",
159+
"eventNames": [
160+
"issues",
161+
"project_card"
162+
],
163+
"taskName": "Notify linker of new untriaged bugs",
164+
"actions": [
165+
{
166+
"name": "addReply",
167+
"parameters": {
168+
"comment": "@dotnet/linker-contrib a new issue has been filed in the ILLink area, please triage"
169+
}
170+
}
171+
]
172+
}
140173
}
141174
],
142175
"userGroups": []

0 commit comments

Comments
 (0)