From 1e4dad0f40cffaae21ca23e8381e469954ae2833 Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Thu, 16 Oct 2025 22:40:37 -0700 Subject: [PATCH] Disable Stale bot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Long ago, we added the stale issue bot 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, so I’m disabling it. --- .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 0d0b1c99..00000000 --- a/.github/stale.yml +++ /dev/null @@ -1 +0,0 @@ -_extends: .github