summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-19 19:48:20 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-19 19:48:20 +0200
commit567a1f3c940c881b0718d4b06a04bc2f7f6b5246 (patch)
tree98216c4e415040358a4ed20a97da7fa395403e58 /.github
parent00f5f5f8a0bab5bd896eec2895a548c546d2c1f0 (diff)
downloadccache-567a1f3c940c881b0718d4b06a04bc2f7f6b5246.tar.gz
chore: Remove unused no-response bot config
Diffstat (limited to '.github')
-rw-r--r--.github/no-response.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/no-response.yml b/.github/no-response.yml
deleted file mode 100644
index 4a5ab956..00000000
--- a/.github/no-response.yml
+++ /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.