We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3ec5f commit f65c1b6Copy full SHA for f65c1b6
.github/policies/resourceManagement.yml
@@ -59,6 +59,16 @@ configuration:
59
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
60
- closeIssue
61
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
71
+ description:
72
- if:
73
- payloadType: Issue_Comment
74
- isAction:
0 commit comments