If you have several pull requests with the same title (e.g. because you've fixed the same issue in different projects), the seal only reports one of them.
I suspect this is because GithubFetcher returns a hash of the PRs with the title as the key. Line 26:
pull_requests[pull_request.title] = present_pull_request(pull_request, repo_name)