diff --git a/.github/workflows/repo-maintenance.yml b/.github/workflows/repo-maintenance.yml index 02f33b99a..2e2ea4740 100644 --- a/.github/workflows/repo-maintenance.yml +++ b/.github/workflows/repo-maintenance.yml @@ -212,9 +212,9 @@ jobs: } const CUTOFF_1_DAYS = 180; - const CUTOFF_1_COUNT = 10; + const CUTOFF_1_COUNT = 20; const CUTOFF_2_DAYS = 365; - const CUTOFF_2_COUNT = 20; + const CUTOFF_2_COUNT = 40; const cutoff1Date = new Date(); cutoff1Date.setDate(cutoff1Date.getDate() - CUTOFF_1_DAYS); diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d85c7312..e28744ab8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ The homepage team appreciates all effort and interest from the community in fili - Issues, pull requests and discussions that are closed will be locked after 30 days of inactivity. - Discussions with a marked answer will be automatically closed. - Discussions in the 'General' or 'Support' categories will be closed after 180 days of inactivity. -- Feature requests that do not meet the following thresholds will be closed: 10 "up-votes" after 180 days of inactivity or 20 "up-votes" after 365 days. +- Feature requests that do not meet the following thresholds will be closed: 20 "up-votes" after 180 days of inactivity or 40 "up-votes" after 365 days. In all cases, threads can be re-opened by project maintainers and, of course, users can always create a new discussion for related concerns. Finally, remember that all information remains searchable and 'closed' feature requests can still serve as inspiration for new features.