sindresorhus/gh-latest-repos

The issue has been solved
Filter out repos without description #12
sindresorhus posted onGitHub
Those are usually issue test-cases or other uninteresting stuff.
Would be nice to be able to do this in the GraphQL query, but I have no idea how to achieve that. Alternatively, we could do a fetch, filter, and then if less than MAX_REPOS
do another fetch.