lucavallin/verto

Log repositories not matching requirements

Open

#206 opened on Oct 3, 2023

 (7 comments) (0 reactions) (0 assignees)TypeScript (95 forks)auto 404
data-generationenhancementgood first issuehelp wanted

Repository metrics

Stars
 (426 stars)
PR merge metrics
 (PR metrics pending)

Description

Since we have multiple reasons why a project is not added (namely stars count and issues count) and we have different places where we do filter those out (for GitHub is a mix of GraphQL query and manual filter, for GitLab is only manual filter).

Probably, a good way to handle this would do all the queries and then iterate over the repos coming from a source and see if it's there or not, and log those results.

Originally posted by @zillemarco in https://github.com/lucavallin/first-issue/pull/171#discussion_r1342371850

Contributor guide