mirror of
https://github.com/Drop-OSS/flathub-app-bin.git
synced 2026-01-30 20:55:22 +01:00
archive_eol: Reduce activity threshold to 13 weeks
This commit is contained in:
2
.github/scripts/archive_eol.py
vendored
2
.github/scripts/archive_eol.py
vendored
@@ -132,7 +132,7 @@ def main() -> None:
|
||||
return
|
||||
|
||||
earliest = datetime.datetime.now(datetime.timezone.utc) - datetime.timedelta(
|
||||
weeks=60
|
||||
weeks=13
|
||||
)
|
||||
count = 0
|
||||
while count < len(eols):
|
||||
|
||||
Reference in New Issue
Block a user