cffbots / filtering

Tool to discover github repos that could benefit from cffconvert-github-action
Apache License 2.0
1 stars 0 forks source link

added filter to check that repo has more than a handful PRs #34

Closed jspaaks closed 2 years ago

jspaaks commented 2 years ago

Description

This PR adds a filter to exclude repositories that have fewer than 5 Pull Requests (open + closed). The filter does not account for pagination of API results yet (because we don't need it for our purposes). I did include a warning that triggers when paginated results will affect the filtering.

Related issues:

Instructions to review the pull request

jspaaks commented 2 years ago

Marked draft until some of the other PRs have been merged, there will be conflicts.

jspaaks commented 2 years ago

Thanks for reviewing!