In src/github/github.py, an excessive amount of OAuth scopes are requested from users to read from their accounts. Due to limitations with OAuth we cannot request fine-grained access from users, for example: asking for read-access from just one repo they have access to. To add this fine grained access, we need to move to GitHub apps. Here is some helpful documentation