diff --git a/.github/download-rfc-prs.js b/.github/download-rfc-prs.js index fedadde45..2e9e17484 100644 --- a/.github/download-rfc-prs.js +++ b/.github/download-rfc-prs.js @@ -8,7 +8,7 @@ newRFCDate.setDate(newRFCDate.getDate() - NEW_RFC_PERIOD_DAYS) // 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 = 10 const staleRFCDate = new Date() staleRFCDate.setDate(staleRFCDate.getDate() - STALE_RFC_PERIOD_DAYS)