Reputation: 3410
Say I was invited into a private repo owned by user account (and not an organizational account). Is it possible to see who else has access to that private repository (Assuming I was not granted admin permissions, if that's possible)?
Upvotes: 2
Views: 2123
Reputation: 1323953
First: A repository owned by a user account has two permission levels:
Second, Collaborator access on a repository owned by a user account involves:
Open, close, re-open, and assign issues
So they should be able to see the list of collaborators for that private repo, if they want to assign an issue to one of its members.
Upvotes: 1