-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"Issues" badge should only include "open" issues #75
Comments
@impressivewebs Yes the Github API does support and we can achieve this by changing the graphql. I would like to leave this open for discussion for the community and @wei to see which would be a better fit for projects, but it should be a pretty trivial change to make. Note to self: socialify/common/relay/repoQuery.ts Lines 11 to 13 in f65e9c5
issues(states: OPEN) {
totalCount
} |
Yeah, I definitely think it would be better with only open issues. As an example, if you were including a big project like React it would list almost 10,000 "issues", which isn't accurate at all, since the actual "open" issues are only about 480. Just my two cents. Thanks for the quick response! |
I agree, I say we do the same for the PRs too. |
- Will now show only open pull requests and issues
@CryogenicPlanet I just tested it, works great! This is much better. |
Thanks for the suggestion! Enjoy! |
Great tool!
Currently, when selecting the "issues" checkbox, it includes all issues, including ones that have been closed. It seems it would be much better to include only the "open" issues. Does the GitHub API allow that instead of all issues?
The text was updated successfully, but these errors were encountered: