Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect current number of pull requests in progress

dvlden opened this issue · comments

Describe the bug
I have more than 4 PRs and the number that indicates current/total number of PRs, fails to reflect that.
Instead of displaying 8/4, it displays 4/4 consistently. Yes, the criteria are met, but why it doesn't count above 4 PRs?

To Reproduce
Steps to reproduce the behavior:

  1. Go to Profile
  2. Get over 4 pull requests
  3. Look at the progress

Expected behavior
It should display the current amount of pull requests.

Screenshots
Screenshot 2020-10-06 at 08 37 46

It does not render while PRs are In Review.

Your PR has been accepted by a maintainer and is currently within the review period, which lasts for fourteen days.

Is that the correct behavior?

The bonus score should be updated to include In Review (waiting) PRs, so that it matches the behaviour of the primary score (4/4).

Alright then, it's a bug.
I have 5 PRs that are in review and yet, I don't see any bonus box being rendered anywhere on the page.