Skip to content

Filter by number of contributors with at least 5 contributions#45

Merged
abelsiqueira merged 1 commit into
mainfrom
36-contributors
Feb 2, 2022
Merged

Filter by number of contributors with at least 5 contributions#45
abelsiqueira merged 1 commit into
mainfrom
36-contributors

Conversation

@abelsiqueira

Copy link
Copy Markdown
Contributor

Description

Keep only repos that have at least 3 contributors with at least 5 contributions each.
At the current stage, there were 45 repos, and after this filter, there are 31.

Related issues:

Instructions to review the pull request

  • Make a GitHub Access token here https://github.com/settings/tokens
    • Make sure you copy it when it appears on screen, because you can't see it again. You can reset it, though.
  • export GITHUB_TOKEN as an environment variable with the token above
  • install Node >= 14
```
cd $(mktemp -d --tmpdir cffbot-XXXXXX)
git clone https://github.com/cffbots/filtering .
git checkout <this-branch>
npm install
node query.mjs
```

@jspaaks jspaaks left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition, thanks

@abelsiqueira

Copy link
Copy Markdown
Contributor Author

Thanks for the review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants