File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -277,34 +277,6 @@ configuration:
277
277
then :
278
278
- closeIssue
279
279
280
- - description : Add "untriaged" label on new issues
281
- triggerOnOwnActions : false
282
- if :
283
- - payloadType : Issues
284
- - not :
285
- hasLabel :
286
- label : untriaged
287
- - and :
288
- - isAction :
289
- action : Opened
290
- then :
291
- - addLabel :
292
- label : untriaged
293
-
294
- - description : Remove "untriaged" label from issues when closed or added to a milestone
295
- triggerOnOwnActions : false
296
- if :
297
- - payloadType : Issues
298
- - or :
299
- - isAction :
300
- action : Closed
301
- - isPartOfAnyMilestone
302
- - hasLabel :
303
- label : untriaged
304
- then :
305
- - removeLabel :
306
- label : untriaged
307
-
308
280
- description : Add breaking change doc instructions to issue
309
281
if :
310
282
- payloadType : Issues
You can’t perform that action at this time.
0 commit comments