Skip to content

Commit 5bf4250

Browse files
authored
remove label waiting for author feedback if issue closes (#611)
1 parent 2abe25e commit 5bf4250

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
@@ -9,6 +9,16 @@ configuration:
99
resourceManagementConfiguration:
1010
scheduledSearches: []
1111
eventResponderTasks:
12+
- if:
13+
- payloadType: Issues
14+
- isAction:
15+
action: Closed
16+
- hasLabel:
17+
label: 'status:waiting-for-author-feedback'
18+
then:
19+
- removeLabel:
20+
label: 'status:waiting-for-author-feedback'
21+
description:
1222
- if:
1323
- payloadType: Issue_Comment
1424
- isAction:

0 commit comments

Comments
 (0)