Skip to content

Commit 046fa14

Browse files
authored
Added no-response config (#284)
1 parent 7b0fdb2 commit 046fa14

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/no-response.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Configuration for probot-no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an issue is closed for lack of response.
4+
daysUntilClose: 14
5+
6+
# Label requiring a response.
7+
responseRequiredLabel: "needs-info"
8+
9+
# Comment to post when closing an Issue for lack of response.
10+
closeComment: >-
11+
Without additional information we're not able to resolve this issue,
12+
so it will be closed at this time. You're still free to add more info
13+
and respond to any questions above, though. We'll reopen the case
14+
if you do.
15+
16+
Thanks for your contribution!

0 commit comments

Comments
 (0)