Skip to content

Commit efba7ca

Browse files
authored
Merge pull request #138 from microsoft/update-label-needs-author-feedback-to-current-label-in-use
Update needs-author-feedback label to replacement
2 parents 58f1366 + 8c77666 commit efba7ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/policies/resourceManagement.yml

+4-4
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,13 +64,13 @@ configuration:
6464
- isActivitySender:
6565
issueAuthor: True
6666
- hasLabel:
67-
label: 'Needs: Author Feedback'
67+
label: 'status:waiting-for-author-feedback'
6868
- isOpen
6969
then:
7070
- addLabel:
7171
label: 'Needs: Attention :wave:'
7272
- removeLabel:
73-
label: 'Needs: Author Feedback'
73+
label: 'status:waiting-for-author-feedback'
7474
description:
7575
- if:
7676
- payloadType: Issues

0 commit comments

Comments
 (0)