From: Joel Rosdahl Date: Wed, 19 Oct 2022 17:48:20 +0000 (+0200) Subject: chore: Remove unused no-response bot config X-Git-Tag: v4.7.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567a1f3c940c881b0718d4b06a04bc2f7f6b5246;p=thirdparty%2Fccache.git chore: Remove unused no-response bot config --- diff --git a/.github/no-response.yml b/.github/no-response.yml deleted file mode 100644 index 4a5ab956e..000000000 --- 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.