@@ -16,7 +16,7 @@ configuration:
1616 - isIssue
1717 - isOpen
1818 - hasLabel :
19- label : ' Needs: author feedback'
19+ label : ' status:waiting-for- author- feedback'
2020 - hasLabel :
2121 label : ' Status: no recent activity'
2222 - noActivitySince :
@@ -31,7 +31,7 @@ configuration:
3131 - isIssue
3232 - isOpen
3333 - hasLabel :
34- label : ' Needs: author feedback'
34+ label : ' status:waiting-for- author- feedback'
3535 - noActivitySince :
3636 days : 4
3737 - isNotLabeledWith :
@@ -64,7 +64,7 @@ configuration:
6464 - isPullRequest
6565 - isOpen
6666 - hasLabel :
67- label : ' Needs: author feedback'
67+ label : ' status:waiting-for- author- feedback'
6868 - hasLabel :
6969 label : ' Status: no recent activity'
7070 - noActivitySince :
@@ -79,7 +79,7 @@ configuration:
7979 - isPullRequest
8080 - isOpen
8181 - hasLabel :
82- label : ' Needs: author feedback'
82+ label : ' status:waiting-for- author- feedback'
8383 - noActivitySince :
8484 days : 7
8585 - isNotLabeledWith :
@@ -97,13 +97,13 @@ configuration:
9797 - isActivitySender :
9898 issueAuthor : True
9999 - hasLabel :
100- label : ' Needs: author feedback'
100+ label : ' status:waiting-for- author- feedback'
101101 - isOpen
102102 then :
103103 - addLabel :
104104 label : ' Needs: attention :wave:'
105105 - removeLabel :
106- label : ' Needs: author feedback'
106+ label : ' status:waiting-for- author- feedback'
107107 description :
108108 - if :
109109 - payloadType : Issues
@@ -145,7 +145,7 @@ configuration:
145145 reviewState : Changes_requested
146146 then :
147147 - addLabel :
148- label : ' Needs: author feedback'
148+ label : ' status:waiting-for- author- feedback'
149149 description :
150150 - if :
151151 - payloadType : Pull_Request
@@ -155,30 +155,30 @@ configuration:
155155 isAction :
156156 action : Closed
157157 - hasLabel :
158- label : ' Needs: author feedback'
158+ label : ' status:waiting-for- author- feedback'
159159 then :
160160 - removeLabel :
161- label : ' Needs: author feedback'
161+ label : ' status:waiting-for- author- feedback'
162162 description :
163163 - if :
164164 - payloadType : Issue_Comment
165165 - isActivitySender :
166166 issueAuthor : True
167167 - hasLabel :
168- label : ' Needs: author feedback'
168+ label : ' status:waiting-for- author- feedback'
169169 then :
170170 - removeLabel :
171- label : ' Needs: author feedback'
171+ label : ' status:waiting-for- author- feedback'
172172 description :
173173 - if :
174174 - payloadType : Pull_Request_Review
175175 - isActivitySender :
176176 issueAuthor : True
177177 - hasLabel :
178- label : ' Needs: author feedback'
178+ label : ' status:waiting-for- author- feedback'
179179 then :
180180 - removeLabel :
181- label : ' Needs: author feedback'
181+ label : ' status:waiting-for- author- feedback'
182182 description :
183183 - if :
184184 - payloadType : Pull_Request
0 commit comments