File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,12 @@ configuration:
31
31
* 'needs-more-info' label removed
32
32
if:
33
33
- payloadType: Issues
34
- - or:
35
-
34
+ - or:
36
35
- or:
37
36
- isAction:
38
37
action: Opened
39
38
- isAction:
40
- action: Reopened
41
-
39
+ action: Reopened
42
40
- labelRemoved:
43
41
label: 'needs-more-info'
44
42
then:
@@ -57,8 +55,7 @@ configuration:
57
55
- isAction:
58
56
action: Closed
59
57
- isActivitySender:
60
- issueAuthor: true
61
-
58
+ issueAuthor: true
62
59
- labelAdded:
63
60
label: ':world_map: reQUEST'
64
61
then:
@@ -71,7 +68,6 @@ configuration:
71
68
- or:
72
69
- payloadType: Issues
73
70
- payloadType: Pull_Request
74
-
75
71
- labelAdded:
76
72
label: ':world_map: mapQUEST'
77
73
then:
@@ -97,8 +93,7 @@ configuration:
97
93
- isAction :
98
94
action : Reopened
99
95
- hasLabel :
100
- label : " won't fix"
101
-
96
+ label : " won't fix"
102
97
then :
103
98
- removeLabel :
104
99
label : " won't fix"
@@ -109,8 +104,7 @@ configuration:
109
104
- isAction :
110
105
action : Closed
111
106
- hasLabel :
112
- label : ' in-progress'
113
-
107
+ label : ' in-progress'
114
108
then :
115
109
- removeLabel :
116
110
label : ' in-progress'
@@ -122,7 +116,9 @@ configuration:
122
116
action : Closed
123
117
- isActivitySender :
124
118
issueAuthor : true
125
-
119
+ - not :
120
+ activitySenderHasAssociation :
121
+ association : Member
126
122
then :
127
123
- addLabel :
128
124
label : resolved-by-customer
You can’t perform that action at this time.
0 commit comments