]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add configuration for the No Response Probot
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Jan 2020 15:08:31 +0000 (16:08 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 19 Jan 2020 15:08:31 +0000 (16:08 +0100)
.github/no-response.yml [new file with mode: 0644]

diff --git a/.github/no-response.yml b/.github/no-response.yml
new file mode 100644 (file)
index 0000000..4a5ab95
--- /dev/null
@@ -0,0 +1,12 @@
+# 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: 30
+# Label requiring a response.
+responseRequiredLabel: awaiting feedback
+# 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 to our request for
+  more information from the original author. Please feel free to reopen the
+  issue or leave a comment if you have more information.