Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 147 forks source link

Fix winning receipt logic #655

Closed MattIPv4 closed 3 years ago

MattIPv4 commented 3 years ago

Description

Fixes the logic used for what we consider a scoring pull request in the user. When a user wins, we store a frozen receipt on their winning PRs. This has now been updated to just freeze their first four eligible PRs, so they will always display on the profile. No other PRs are frozen and will show based on their current state on GitHub.

Test process

Requirements to merge