Skip to content

Commit b3d53ac

Browse files
Merge branch '80-no-response-bot' into main
2 parents 160bf09 + b5782d5 commit b3d53ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/no-response.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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: 21
5+
# Label requiring a response
6+
responseRequiredLabel: "more info required"
7+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8+
closeComment: >
9+
Without additional information, we are unfortunately not sure how to
10+
resolve this issue. Therefore this issue has been automatically closed.
11+
Feel free to comment with additional details and we can re-open this issue.

0 commit comments

Comments
 (0)