From 9f77780d21d648a26209a40be1143f50d236571b Mon Sep 17 00:00:00 2001 From: Joseph Klix Date: Wed, 11 Oct 2023 12:21:54 -0700 Subject: [PATCH] Do not mark any issue as ancient (#4427) --- .github/workflows/stale_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml index e99196e30e..fec159091a 100644 --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -31,7 +31,7 @@ jobs: # Issue timing days-before-stale: 5 days-before-close: 2 - days-before-ancient: 365 + days-before-ancient: 36500 # If you don't want to mark a issue as being ancient based on a # threshold of "upvotes", you can set this here. An "upvote" is