In GitHub, what is the purpose of a team's 'maintainer' role?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Team maintainers are the team's own administrators — they can add or remove members and change team settings without being a full org owner. It's delegated management for the team level, not a code superpower.
Full explanation below image
Full Explanation
In GitHub organizations, teams have two member roles: 'Member' and 'Maintainer'. Team Maintainers can: add and remove team members, change the team's name and description, add and remove repositories from the team's access, and manage child teams. They do NOT automatically get admin access to team repositories — their code access is determined by the team's repository permission level. Team maintainers cannot override branch protection rules (that requires repository admin). The maintainer role is about team management delegation, not elevated code access. Organization owners automatically have maintainer-equivalent access to all teams.