summaryrefslogtreecommitdiff
path: root/.github/no-response.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/no-response.yml')
-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..e5afde07
--- /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: awaiting-response
+# 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 for more information from the original author. Please reach out if you have or find the answers requested so that this can be investigated further.