From 2286aebcdae5aab4b25205fe3eab276ab1cbc6ab Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Fri, 17 Oct 2025 09:47:20 -0700 Subject: [PATCH] Disable stale bot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The stale issue bot was added many years ago to help manage the influx of a lot of ideas and brainstorming against a small implementation team. Today, the web-monitoring tools mostly just have one maintainer (me) and are not flooded with a lot of issues and ideas. Long-lived issues are more common, and they are helpful for me to keep track of things over the slow pace and timeframe in which I can individually address stuff. Stale bot feels like it is getting more in the way than helping in the current moment (it's also deprecated!). So, I’m disabling it. Context: Stale bot seems to have been dead for a while (I actually thought we’d disabled it), but it seems to have woken up yesterday and marked a huge pile of issues as stale across a whole lot of repos. --- .github/stale.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 0d0b1c9..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1 +0,0 @@ -_extends: .github