Problem
When we receive the installation_repositories event, we are unfortunately not pulling in some data about the repository, including:
github_account_id
github_account_login
github_account_avatar_url
github_account_type
This data is available in the installation's account object.
I'm wondering if we should simply defer to the installation's data on this and instead remove the github_account_ details from the repos themselves.