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()