From 0928566954af550bdfa4e375ae5d78caee38172f Mon Sep 17 00:00:00 2001 From: Maksym H <1177472+mordamax@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:48:12 +0000 Subject: [PATCH] update STALE_RFC_PERIOD_DAYS related to https://github.com/polkadot-fellows/RFCs/issues/134 --- .github/scripts/gather-mdbook-sources.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/gather-mdbook-sources.js b/.github/scripts/gather-mdbook-sources.js index 50e48dfc2..3027c9de0 100644 --- a/.github/scripts/gather-mdbook-sources.js +++ b/.github/scripts/gather-mdbook-sources.js @@ -10,7 +10,7 @@ const NEW_RFC_PERIOD_DAYS = 7 // The amount of days that an RFC is considered "stale". // Counted from the last update on a PR. -const STALE_RFC_PERIOD_DAYS = 30 +const STALE_RFC_PERIOD_DAYS = 180 const dateDaysBefore = (daysBefore) => { const result = new Date()