Quick Notes85 words
Permissions and roles in GitHub — quick notes
GitHub permissions — quick notes
| Role | Purpose |
|---|---|
| Read | Clone, open issues/PRs |
| Triage | Manage issues/PRs without write |
| Write | Push to non-protected branches |
| Maintain | Manage repo without destructive actions |
| Admin | Everything, including deletion |
- Grant to teams, not individuals; nested teams inherit.
- Outside collaborator = access to specific repos without org membership → contractors.
- Roles govern who may push; branch protection governs what may land.