NirIzr
NirIzr

Reputation: 3410

How can I see who has access to an individual's private github repo?

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

Answers (1)

VonC
VonC

Reputation: 1323953

First: A repository owned by a user account has two permission levels:

  • the repository owner and
  • collaborators.

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

Related Questions