File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,25 @@ configuration:
1010 eventResponderTasks :
1111 - description : >-
1212 Add "not triaged" label when:
13+ * Issue is not for Blazor or Blazor Hybrid
1314 * Issue is opened
1415 * Issue is reopened
1516 * 'needs-more-info' label removed
1617 if:
1718 - payloadType: Issues
19+ - and:
20+ - not:
21+ - labelAdded:
22+ label: 'blazor/subsvc'
23+ - not:
24+ - labelAdded:
25+ label: 'blazor-hybrid/subsvc'
1826 - or:
19-
2027 - or:
2128 - isAction:
2229 action: Opened
2330 - isAction:
24- action: Reopened
25-
31+ action: Reopened
2632 - labelRemoved:
2733 label: 'needs-more-info'
2834 then:
@@ -43,7 +49,6 @@ configuration:
4349 action: Closed
4450 - isActivitySender:
4551 issueAuthor: true
46-
4752 - labelAdded:
4853 label: 'reQUEST'
4954 then:
You can’t perform that action at this time.
0 commit comments