Skip to main content

Esta versión de GitHub Enterprise Server se discontinuará el 2026-03-17. No se realizarán lanzamientos de patch, ni siquiera para problemas de seguridad críticos. Para obtener rendimiento mejorado, seguridad mejorada y nuevas características, actualice a la versión más reciente de GitHub Enterprise Server. Para obtener ayuda con la actualización, póngase en contacto con el soporte técnico de GitHub Enterprise.

Permission levels for a personal account repository

A repository owned by a personal account has two permission levels: the repository owner and collaborators.

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

Repositories owned by personal accounts have a single owner who has full control of the repository. In addition to the actions that any collaborator can perform, the repository owner can perform the following actions.

ActionMore information
Add collaboratorsInviting collaborators to a personal repository
Change the visibility of the repositoryConfigurar la visibilidad de un repositorio
Rename a branch, including the default branchRenombrar una rama
Merge a pull request on a protected branch, even if there are no approving reviewsAcerca de las ramas protegidas
Delete the repositoryEliminar un repositorio
Manage the repository's topicsClasificar tu repositorio con temas
Delete and restore packagesBorrar y restablecer un paquete
Customize the repository's social media previewPersonalizar la vista previa de las redes sociales de tu repositorio
Create a template from the repositoryCrear un repositorio desde una plantilla
Control access to Dependabot alertsAdministración de la configuración de seguridad y análisis para el repositorio
Define code owners for the repositoryAcerca de los propietarios de código
Archive the repositoryArchivar repositorios
Allow or disallow auto-merge for pull requestsAdministrar la fusión automática para las solicitudes de cambios en tu repositorio
Manage deploy keysAdministrar las llaves de despliegue
Manage webhooksAcerca de webhooks

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.

ActionMore information
Fork the repositoryAcerca de las bifurcaciones
Rename a branch other than the default branchRenombrar 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 repositorydocumentación GitHub Issues
Manage labels for issues and pull requests in the repositoryAdministrar las etiquetas
Manage milestones for issues and pull requests in the repositoryCrear y editar hitos para propuestas y solicitudes de extracción
Mark an issue or pull request in the repository as a duplicateMarcar propuestas o solicitudes de cambio como duplicados
Create, merge, and close pull requests in the repositoryPropuesta de cambios en el trabajo con solicitudes de incorporación de cambios
Enable and disable auto-merge for a pull requestFusionar una solicitud de cambios automáticamente
Apply suggested changes to pull requests in the repositoryIncorporar comentarios en tu solicitud de extracción
Create a pull request from a fork of the repositoryCrear una solicitud de extracción desde una bifurcación
Submit a review on a pull request that affects the mergeability of the pull requestRevisar los cambios propuestos en una solicitud de extracción
Create and edit a wiki for the repositoryAcerca de las wikis
Create and edit releases for the repositoryAdministrar lanzamientos en un repositorio
Act as a code owner for the repositoryAcerca de los propietarios de código
Remove themselves as collaborators on the repositoryRemoving yourself from a collaborator's repository

If you want more granular control of repository permissions, you can create a repository within an organization. For more information, see Permisos de acceso en GitHub.

Access after removing a collaborator

While forks of private repositories are deleted when a collaborator is removed, the person will still retain any local clones of your repository.

When you remove a collaborator from your project, they lose read/write access to your repository. If the repository is private and the person has created a fork, then that fork is also deleted.

Next steps

To learn how to add collaborators to your personal repository, see Inviting collaborators to a personal repository.