I need to transfer a repository from a user account to an organization the user is a member of. Per GitHUb\'s docs, I need to make the user account an admin of the organiza
Note that since June 2017, you can apply an Admin access right to a sub-team (instead of one giant unique team as before)
See "Nested teams add depth to your team structure":
Child teams inherit their parent's access permissions, so repository permissions and
@mentioningamong nested teams work from top to bottom.
If your team structure isEmployees > Engineering > Application Engineering > Identity, grantingEngineeringwrite access to a repository meansApplication EngineeringandIdentityalso get that access.
So that is another way to assign a user admin right: make him/her part of a sub-sub team called "admins" within an organization.
Official GitHub Documentation: Nested Teams.