From 54b4e0e91ad04166345313dac0679acbc32b157e Mon Sep 17 00:00:00 2001 From: surchs Date: Wed, 25 Oct 2023 17:40:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/'=20with=20remote=20'template=5Fworkflows/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6bdaf38..0ca8a2f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: - archive: sometimes an issue has important information or ideas but we won't work on it soon. In this case apply the `someday` label to show that this won't be prioritized. The stalebot will ignore issues with this label in the future. Use sparingly! - days-before-stale: 30 + days-before-stale: 75 days-before-close: -1 stale-issue-label: '_flag:stale' exempt-issue-labels: 'Roadmap,Milestone,Epic,someday'