]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Clarify repo maintenance rules
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 21 Sep 2025 23:32:21 +0000 (16:32 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 21 Sep 2025 23:32:21 +0000 (16:32 -0700)
.github/workflows/repo-maintenance.yml
CONTRIBUTING.md

index 0cfc579384a85a8cc36cdfd9c4babd0dcb4a13a1..ae473da37c9c2c2feb1392414a649a8981d26e31 100644 (file)
@@ -241,6 +241,7 @@ jobs:
                 ) {
                   nodes {
                     id,
+                    createdAt,
                     number,
                     updatedAt,
                     upvoteCount,
index 24f563c7a10798fa3273edce8a0505e0c09e2598..20d7bfd36408dbbe1031e04ed8c11cd89e21c042 100644 (file)
@@ -135,7 +135,7 @@ community members. That said, in an effort to keep the repository organized and
 - 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: 180 days of inactivity, < 5 "up-votes" after 180 days, < 20 "up-votes" after 1 year or < 80 "up-votes" at 2 years.
+- Feature requests that do not meet the following thresholds will be closed: 180 days of inactivity with less than 80 "up-votes", < 5 "up-votes" after 180 days, < 20 "up-votes" after 1 year or < 40 "up-votes" at 2 years.
 
 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.