@@ -16,7 +16,7 @@ configuration:
16
16
- isIssue
17
17
- isOpen
18
18
- hasLabel :
19
- label : ' Needs: Author Feedback '
19
+ label : ' status:waiting-for-author-feedback '
20
20
- hasLabel :
21
21
label : ' Status: No recent activity'
22
22
- noActivitySince :
@@ -31,7 +31,7 @@ configuration:
31
31
- isIssue
32
32
- isOpen
33
33
- hasLabel :
34
- label : ' Needs: Author Feedback '
34
+ label : ' status:waiting-for-author-feedback '
35
35
- noActivitySince :
36
36
days : 4
37
37
- isNotLabeledWith :
@@ -64,7 +64,7 @@ configuration:
64
64
- isPullRequest
65
65
- isOpen
66
66
- hasLabel :
67
- label : ' Needs: Author Feedback '
67
+ label : ' status:waiting-for-author-feedback '
68
68
- hasLabel :
69
69
label : ' Status: No recent activity'
70
70
- noActivitySince :
@@ -79,7 +79,7 @@ configuration:
79
79
- isPullRequest
80
80
- isOpen
81
81
- hasLabel :
82
- label : ' Needs: Author Feedback '
82
+ label : ' status:waiting-for-author-feedback '
83
83
- noActivitySince :
84
84
days : 7
85
85
- isNotLabeledWith :
@@ -97,12 +97,12 @@ configuration:
97
97
- isActivitySender :
98
98
issueAuthor : True
99
99
- hasLabel :
100
- label : ' Needs: Author Feedback '
100
+ label : ' status:waiting-for-author-feedback '
101
101
then :
102
102
- addLabel :
103
103
label : ' Needs: Attention :wave:'
104
104
- removeLabel :
105
- label : ' Needs: Author Feedback '
105
+ label : ' status:waiting-for-author-feedback '
106
106
description :
107
107
- if :
108
108
- payloadType : Issues
@@ -148,7 +148,7 @@ configuration:
148
148
reviewState : Changes_requested
149
149
then :
150
150
- addLabel :
151
- label : ' Needs: Author Feedback '
151
+ label : ' status:waiting-for-author-feedback '
152
152
description :
153
153
- if :
154
154
- payloadType : Pull_Request
@@ -158,30 +158,30 @@ configuration:
158
158
isAction :
159
159
action : Closed
160
160
- hasLabel :
161
- label : ' Needs: Author Feedback '
161
+ label : ' status:waiting-for-author-feedback '
162
162
then :
163
163
- removeLabel :
164
- label : ' Needs: Author Feedback '
164
+ label : ' status:waiting-for-author-feedback '
165
165
description :
166
166
- if :
167
167
- payloadType : Issue_Comment
168
168
- isActivitySender :
169
169
issueAuthor : True
170
170
- hasLabel :
171
- label : ' Needs: Author Feedback '
171
+ label : ' status:waiting-for-author-feedback '
172
172
then :
173
173
- removeLabel :
174
- label : ' Needs: Author Feedback '
174
+ label : ' status:waiting-for-author-feedback '
175
175
description :
176
176
- if :
177
177
- payloadType : Pull_Request_Review
178
178
- isActivitySender :
179
179
issueAuthor : True
180
180
- hasLabel :
181
- label : ' Needs: Author Feedback '
181
+ label : ' status:waiting-for-author-feedback '
182
182
then :
183
183
- removeLabel :
184
- label : ' Needs: Author Feedback '
184
+ label : ' status:waiting-for-author-feedback '
185
185
description :
186
186
- if :
187
187
- payloadType : Pull_Request
0 commit comments