summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-12-19 14:42:02 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-12-19 14:42:02 +0100
commitadf5aa0ab0a6e91a8e3cd659d5b91a5dcdee1b4a (patch)
treee618be94ada77ce19594f90e338d09a066c22b6f /.github
parent2c1189553d2fae85262ac93f9ba498f445536394 (diff)
downloadpsutil-adf5aa0ab0a6e91a8e3cd659d5b91a5dcdee1b4a.tar.gz
add awaiting-response bot
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
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..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.