Skip to content

Commit 5bc0968

Browse files
authored
Update needs-author-feedback label to replacement (#2529)
1 parent 9e37351 commit 5bc0968

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/policies/resourceManagement.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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,12 +97,12 @@ configuration:
9797
- isActivitySender:
9898
issueAuthor: True
9999
- hasLabel:
100-
label: 'Needs: Author Feedback'
100+
label: 'status:waiting-for-author-feedback'
101101
then:
102102
- addLabel:
103103
label: 'Needs: Attention :wave:'
104104
- removeLabel:
105-
label: 'Needs: Author Feedback'
105+
label: 'status:waiting-for-author-feedback'
106106
description:
107107
- if:
108108
- payloadType: Issues
@@ -148,7 +148,7 @@ configuration:
148148
reviewState: Changes_requested
149149
then:
150150
- addLabel:
151-
label: 'Needs: Author Feedback'
151+
label: 'status:waiting-for-author-feedback'
152152
description:
153153
- if:
154154
- payloadType: Pull_Request
@@ -158,30 +158,30 @@ configuration:
158158
isAction:
159159
action: Closed
160160
- hasLabel:
161-
label: 'Needs: Author Feedback'
161+
label: 'status:waiting-for-author-feedback'
162162
then:
163163
- removeLabel:
164-
label: 'Needs: Author Feedback'
164+
label: 'status:waiting-for-author-feedback'
165165
description:
166166
- if:
167167
- payloadType: Issue_Comment
168168
- isActivitySender:
169169
issueAuthor: True
170170
- hasLabel:
171-
label: 'Needs: Author Feedback'
171+
label: 'status:waiting-for-author-feedback'
172172
then:
173173
- removeLabel:
174-
label: 'Needs: Author Feedback'
174+
label: 'status:waiting-for-author-feedback'
175175
description:
176176
- if:
177177
- payloadType: Pull_Request_Review
178178
- isActivitySender:
179179
issueAuthor: True
180180
- hasLabel:
181-
label: 'Needs: Author Feedback'
181+
label: 'status:waiting-for-author-feedback'
182182
then:
183183
- removeLabel:
184-
label: 'Needs: Author Feedback'
184+
label: 'status:waiting-for-author-feedback'
185185
description:
186186
- if:
187187
- payloadType: Pull_Request

0 commit comments

Comments
 (0)