Skip to content

Commit e157e82

Browse files
committed
last commit days value changed (30 to 20)
1 parent e6f8e3f commit e157e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pull_requests_overview/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function get_status_class(is_draft, votes_up, votes_down, last_commit_days) {
211211
}
212212
}
213213

214-
if (last_commit_days > 30) {
214+
if (last_commit_days >= 20) {
215215
return " status_delete";
216216
}
217217
return "";

0 commit comments

Comments
 (0)