We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf2e0e commit 5653356Copy full SHA for 5653356
pages/2025.md
@@ -264,8 +264,8 @@ The software we created for filtering repositories works as follows.
264
1. First it uses GitHub Rest API:
265
* [for repositories](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#get-a-repository)
266
where it checks:
267
- * `created_at` >= 2019-01-01
268
- * `created_at` <= 2023-05-01
+ * `created_at` >= 2020-01-01
+ * `created_at` <= 2024-05-01
269
* `public` == true
270
* `archived` == false
271
* `disabled` == false
0 commit comments