The issue has been closed
Browser: Firefox 84 on Linux
On a repository fork (https://github.com/Calinou/godot), the header states I have 100 open pull requests:

However, as of writing, I have 111 open pull requests on godotengine/godot.
Since this is an edge case and is likely a limitation of the GitHub API, I think we can just display "100+" if the number of pull requests is equal to 100.

posted by yakov116 about 4 years ago 
Let's put it this way:
- if you fetch 100 PRs and 100 are yours, you can't be sure that there aren't more
- if you fetch 100 PRs and 50 are yours, you can't be sure that there aren't more
- if you fetch 100 PRs and 0 are yours, you can't be sure that there aren't more
Whatever we do, since we only check the last 100 PRs, the number is always the minimum amount of open PRs.
I think the best we can do, unless the API lets us query my PRs, is to change the copy to "at least 3 open pull requests"
posted by fregante about 4 years ago
unless the API lets us query my PRs
It cant give you only from the matching repo, so we will always have to filter it
is to change the copy to "at least 3 open pull requests"
š
posted by yakov116 about 4 years ago