Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 0989d5f

Browse files
authored
Create no-response bot config
1 parent c23c504 commit 0989d5f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/no-response.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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: 10
5+
# Label requiring a response
6+
responseRequiredLabel: "STATE: Need clarification"
7+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8+
closeComment: >
9+
This issue was automatically closed because there was no response
10+
to our request for more information from the original author.
11+
Currently, we don't have enough information to take action.
12+
Please reach out to us if you find the necessary information
13+
and are able to share it. We are also eager to know if you resolved
14+
the issue on your own and can share your findings with everyone.

0 commit comments

Comments
 (0)