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.
Problem
When we receive the
installation_repositoriesevent, we are unfortunately not pulling in some data about the repository, including:github_account_idgithub_account_logingithub_account_avatar_urlgithub_account_typeThis data is available in the
installation'saccountobject.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.