From: Tom Christie Date: Tue, 18 Oct 2022 13:42:28 +0000 (+0100) Subject: Drop stalebot (#2412) X-Git-Tag: 0.23.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e97d7d42963e408ef2949cc86515d6025dbec24;p=thirdparty%2Fhttpx.git Drop stalebot (#2412) Sorry @stalebot, but we don't need your work here. We've a low enough ticket count, and you're just adding noise. --- diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index ea7656d8..00000000 --- a/.github/stale.yml +++ /dev/null @@ -1,14 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 180 - -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 14 - -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. - -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false