Skip to content

Commit bf981e3

Browse files
authored
Update needs-author-feedback label to replacement (#843)
1 parent 0b109da commit bf981e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/policies/resourceManagement.yml

Lines changed: 5 additions & 5 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: no-recent-activity
2222
- noActivitySince:
@@ -33,7 +33,7 @@ configuration:
3333
- isIssue
3434
- isOpen
3535
- hasLabel:
36-
label: 'Needs: Author Feedback'
36+
label: 'status:waiting-for-author-feedback'
3737
- noActivitySince:
3838
days: 4
3939
- isNotLabeledWith:
@@ -66,12 +66,12 @@ configuration:
6666
- isActivitySender:
6767
issueAuthor: True
6868
- hasLabel:
69-
label: 'Needs: Author Feedback'
69+
label: 'status:waiting-for-author-feedback'
7070
then:
7171
- addLabel:
7272
label: 'Needs: Attention :wave:'
7373
- removeLabel:
74-
label: 'Needs: Author Feedback'
74+
label: 'status:waiting-for-author-feedback'
7575
description:
7676
- if:
7777
- payloadType: Issues
@@ -102,7 +102,7 @@ configuration:
102102
isRegex: False
103103
then:
104104
- addLabel:
105-
label: 'Needs: Author Feedback'
105+
label: 'status:waiting-for-author-feedback'
106106
description:
107107
- if:
108108
- payloadType: Pull_Request

0 commit comments

Comments
 (0)