Skip to content

Commit ac7ec25

Browse files
authored
Add 'needs info' to issue updater (#64)
1 parent ab58d1d commit ac7ec25

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

.github/policies/resourceManagement.yml

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ configuration:
5151
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **3 days**. It will be closed if no further activity occurs **within 2 days of this comment**. If it *is* closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
5252
- addLabel:
5353
label: stale
54-
- description: "[Idle Issue Management] Close stale 'needs reproduction' issues"
54+
- description: "[Idle Issue Management] Notify about 'needs info' issues"
5555
frequencies:
5656
- weekday:
5757
day: Monday
@@ -72,15 +72,42 @@ configuration:
7272
- isIssue
7373
- isOpen
7474
- hasLabel:
75-
label: needs reproduction
75+
label: needs info
76+
- noActivitySince:
77+
days: 3
78+
actions:
79+
- addReply:
80+
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **3 days**. It will be closed if no further activity occurs **within 2 days of this comment**. If it *is* closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
81+
- addLabel:
82+
label: stale
83+
- description: "[Idle Issue Management] Close stale 'needs reproduction' issues"
84+
frequencies:
85+
- weekday:
86+
day: Monday
87+
time: 0:0
88+
- weekday:
89+
day: Tuesday
90+
time: 0:0
91+
- weekday:
92+
day: Wednesday
93+
time: 0:0
94+
- weekday:
95+
day: Thursday
96+
time: 0:0
97+
- weekday:
98+
day: Friday
99+
time: 0:0
100+
filters:
101+
- isIssue
102+
- isOpen
76103
- hasLabel:
77104
label: stale
78105
- noActivitySince:
79106
days: 2
80107
actions:
81108
- closeIssue
82109
- addReply:
83-
reply: We haven't received a reproduction sample from you. The issue is closed.
110+
reply: This issue has been automatically closed because it has been marked as stale.
84111
eventResponderTasks:
85112
- if:
86113
- payloadType: Issues

0 commit comments

Comments
 (0)