Skip to content

Commit 4f8fb62

Browse files
authored
Merge pull request #847 from microsoftgraph/remove-label-waiting-for-author-feedback-if-issue-closes
Remove label waiting for author feedback if issue closes
2 parents 79203b6 + 8f7ac73 commit 4f8fb62

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/policies/resourceManagement.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ configuration:
5959
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
6060
- closeIssue
6161
eventResponderTasks:
62+
- if:
63+
- payloadType: Issues
64+
- isAction:
65+
action: Closed
66+
- hasLabel:
67+
label: 'status:waiting-for-author-feedback'
68+
then:
69+
- removeLabel:
70+
label: 'status:waiting-for-author-feedback'
71+
description:
6272
- if:
6373
- payloadType: Issue_Comment
6474
- isAction:

0 commit comments

Comments
 (0)