Skip to content

Commit 905310d

Browse files
authored
remove label waiting for author feedback if issue closes (#1715)
1 parent 6b29235 commit 905310d

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)