When clicking Repositories on the authenticated user profile screen, the list of repositories that shows is only public (unless actually searched for --> that call will show a private repo)
This is most likely due to endpoint that's hit by getRepositories in the user.actions. Although /users/${user}/repos is correct for other users --> we'll have to conditionally set the endpoint to be /user/repos for the authenticated user in order to see private repos in the list.
Hey I'll take this issue on 馃憢
@krsjoseph Thank you so much, but it looks like there's a PR up for it already! Please don't hesitate to work on anything else if you would like however, and I appreciate it :)
No worries I was view from mobile web. didn't see the referenced pr. was just looking at the tags.
Is there a 'being worked on' or 'taken' tag? I think it'd be great so see from the issue list which issues were taken etc.
There is - there's an assigned tag. Will make sure to keep them all updated :raised_hands: