Skip to content

Commit 1417c39

Browse files
authored
Update stale / no-response bot configurations. (#222)
Update stale / no-response bot configurations.
2 parents 0c802b5 + 936a4ca commit 1417c39

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .github/no-response.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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: 1
5+
# Label requiring a response
6+
responseRequiredLabel: Missing Information
7+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8+
closeComment: >
9+
This issue has been automatically closed because the information we asked
10+
to be provided when opening it was not supplied by the original author.
11+
With only the information that is currently in the issue, we don't have
12+
enough information to take action.

0 commit comments

Comments
 (0)