File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -214,8 +214,6 @@ configuration:
214214 - isAction :
215215 action : Closed
216216 then :
217- - removeLabel :
218- label : untriaged
219217 - removeLabel :
220218 label : ' work in progress :construction:'
221219 - removeLabel :
Original file line number Diff line number Diff line change 1+ id : untriaged
2+ name : Automatically apply and remove the untriaged label
3+ resource : repository
4+ disabled : false
5+ where :
6+ configuration :
7+ resourceManagementConfiguration :
8+ eventResponderTasks :
9+ - description : Add untriaged label to new/reopened issues without a milestone
10+ if :
11+ - payloadType : Issues
12+ - or :
13+ - isAction :
14+ action : Opened
15+ - isAction :
16+ action : Reopened
17+ - isOpen
18+ - not : isPartOfAnyMilestone
19+ - not :
20+ hasLabel :
21+ label : untriaged
22+ then :
23+ - addLabel :
24+ label : untriaged
25+
26+ - description : Remove untriaged label from closed issues
27+ if :
28+ - payloadType : Issues
29+ - hasLabel :
30+ label : untriaged
31+ - or :
32+ - isAction :
33+ action : Closed
34+ then :
35+ - removeLabel :
36+ label : untriaged
You can’t perform that action at this time.
0 commit comments