Skip to content

Commit

Permalink
Try it
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Dec 5, 2023
1 parent 8276157 commit ce57226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/download-rfc-prs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ce57226

Please sign in to comment.