Skip to content

Commit cc55316

Browse files
authored
Update stale / no-response bot configurations. (#45)
Update stale / no-response bot configurations.
2 parents 661dfaa + a63446a commit cc55316

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.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)