Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-11-30 15:29:32 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-30 15:29:32 +0300
commit8ac92fc7f39a5c12e9f898965a5fccaba3ebef3a (patch)
tree88c02ad3f3165e0b73f53659d4ef232803a710a0 /.github
parent6caf1a4b9dd6f2947183d116a2cef86b1a8a8bef (diff)
Add "No response" bot
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/no-response.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/no-response.yml b/.github/no-response.yml
new file mode 100644
index 000000000..d14c7d3d6
--- /dev/null
+++ b/.github/no-response.yml
@@ -0,0 +1,13 @@
+# Configuration for probot-no-response - https://github.com/probot/no-response
+
+# Number of days of inactivity before an Issue is closed for lack of response
+daysUntilClose: 21
+# Label requiring a response
+responseRequiredLabel: "needs info"
+# Comment to post when closing an Issue for lack of response. Set to `false` to disable
+closeComment: >
+ This issue has been automatically closed because there has been no response
+ to our request for more information. With only the information that is
+ currently in the issue, we don't have enough information to take action.
+ Please reach out if you have or find the answers we need so that we can
+ investigate further.