You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when we query for the author association, the value we got is not the real one if the author set himself/herself as private.
For example, here godofredo should be the OWNER of the flutter/cocoon, but since he set to be private, the author association we got for him is shown as CONTRIBUTOR.
The same error happens to other repo members.
Since we currently use github app token instead of OAuth token, we are wondering if this issue is caused by the app token not having sufficient permissions.