Skip to content

Commit 5653356

Browse files
committed
Refactor repository filtering date range.
1 parent 8bf2e0e commit 5653356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/2025.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ The software we created for filtering repositories works as follows.
264264
1. First it uses GitHub Rest API:
265265
* [for repositories](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#get-a-repository)
266266
where it checks:
267-
* `created_at` >= 2019-01-01
268-
* `created_at` <= 2023-05-01
267+
* `created_at` >= 2020-01-01
268+
* `created_at` <= 2024-05-01
269269
* `public` == true
270270
* `archived` == false
271271
* `disabled` == false

0 commit comments

Comments
 (0)