About permissions levels for a personal account repository
Repositories owned by personal accounts have one owner. Ownership permissions can't be shared with another personal account.
You can also invite users to your repository as collaborators. For more information, see Invitar colaboradores a un repositorio personal.
Sugerencia
If you require more granular access to a repository owned by your personal account, consider transferring the repository to an organization. For more information, see Transferir un repositorio.
Owner access for a repository owned by a personal account
The repository owner has full control of the repository. In addition to the actions that any collaborator can perform, the repository owner can perform the following actions.
Collaborator access for a repository owned by a personal account
Collaborators on a personal repository can pull (read) the contents of the repository and push (write) changes to the repository.
Nota:
In a private repository, repository owners can only grant write access to collaborators. Collaborators can't have read-only access to repositories owned by a personal account.
Collaborators can also perform the following actions.
Action | More information |
---|---|
Fork the repository | Acerca de las bifurcaciones |
Rename a branch other than the default branch | Renombrar una rama |
Create, edit, and delete comments on commits, pull requests, and issues in the repository | |
Create, assign, close, and re-open issues in the repository | documentación GitHub Issues |
Manage labels for issues and pull requests in the repository | Administrar las etiquetas |
Manage milestones for issues and pull requests in the repository | Crear y editar hitos para propuestas y solicitudes de extracción |
Mark an issue or pull request in the repository as a duplicate | Marcar propuestas o solicitudes de cambio como duplicados |
Create, merge, and close pull requests in the repository | Propuesta de cambios en el trabajo con solicitudes de incorporación de cambios |
Enable and disable auto-merge for a pull request | Fusionar una solicitud de cambios automáticamente |
Apply suggested changes to pull requests in the repository | Incorporar comentarios en tu solicitud de extracción |
Create a pull request from a fork of the repository | Crear una solicitud de extracción desde una bifurcación |
Submit a review on a pull request that affects the mergeability of the pull request | Revisar los cambios propuestos en una solicitud de extracción |
Create and edit a wiki for the repository | Acerca de las wikis |
Create and edit releases for the repository | Administrar lanzamientos en un repositorio |
Act as a code owner for the repository | Acerca de los propietarios de código |
Publish, view, or install packages | Aprende sobre GitHub Packages |
Remove themselves as collaborators on the repository | Eliminarte del repositorio de un colaborador |