]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Remove unused no-response bot config
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 19 Oct 2022 17:48:20 +0000 (19:48 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 19 Oct 2022 17:48:20 +0000 (19:48 +0200)
.github/no-response.yml [deleted file]

diff --git a/.github/no-response.yml b/.github/no-response.yml
deleted file mode 100644 (file)
index 4a5ab95..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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.