File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 137
137
}
138
138
]
139
139
}
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
+ }
140
173
}
141
174
],
142
175
"userGroups" : []
You can’t perform that action at this time.
0 commit comments