From f645762397a1033d9578185bda6c4e57d2746032 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Mon, 9 Sep 2019 18:46:01 -0400 Subject: [PATCH] chore: Longer delay for stale bot (#1171) The default delay for the stale bot is too aggressive for our ability to keep up with issues. This changes from 60 days to 365 days. --- .github/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 55716c416..e4efb448f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,3 +1,5 @@ +daysUntilStale: 365 + exemptLabels: - "Great First Contribution" - pinned