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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaira Wenzel <mairaw@microsoft.com>2020-04-21 21:40:26 +0300
committerGitHub <noreply@github.com>2020-04-21 21:40:26 +0300
commitcca97d27249105691a5335aebe1723a1c4223d90 (patch)
tree664844664f0e282d5cc3336f5e4ccb14c70788d1 /.github
parent941bae17b9c109660435bc34c1ede346c4f67afa (diff)
Configure noresponse bot (#4585)
Diffstat (limited to '.github')
-rw-r--r--.github/no-response.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/no-response.yml b/.github/no-response.yml
new file mode 100644
index 00000000..48b5f969
--- /dev/null
+++ b/.github/no-response.yml
@@ -0,0 +1,10 @@
+# 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: 14
+# Label requiring a response
+responseRequiredLabel: needs-more-info
+# Comment to post when closing an Issue for lack of response. Set to `false` to disable
+closeComment: >
+ This issue has been automatically closed due to no response from the original author.
+ Please feel free to reopen it if you have more information that can help us investigate the issue further.