Skip to main content

Permission levels for a personal account repository

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

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 add users to your repository as collaborators. For more information, see Convidar colaboradores para um repositório pessoal.

Dica

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 um repositório.

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.

ActionMore information
Add collaboratorsConvidar colaboradores para um repositório pessoal
Change the visibility of the repositoryDefinir a visibilidade do repositório
Rename a branch, including the default branchRenomear um branch
Merge a pull request on a protected branch, even if there are no approving reviewsSobre branches protegidos
Delete the repositoryExcluir um repositório
Manage the repository's topicsClassificar repositório com tópicos
Delete and restore packagesExcluir e restaurar um pacote
Customize the repository's social media previewPersonalizar a visualização de mídia social do seu repositório
Create a template from the repositoryCriar um repositório de modelos
Control access to Dependabot alertsGerenciando as configurações de segurança e análise do repositório
Define code owners for the repositorySobre os proprietários de código
Archive the repositoryArquivar repositórios
Allow or disallow auto-merge for pull requestsGerenciando merge automático para pull requests no seu repositório
Manage deploy keysGerenciar chaves de implantação
Manage webhooksSobre 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.

Observação

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 repositorySobre bifurcações
Rename a branch other than the default branchRenomear um branch
Create, edit, and delete comments on commits, pull requests, and issues in the repository
Create, assign, close, and re-open issues in the repositoryGitHub Issues
Manage labels for issues and pull requests in the repositoryGerenciar etiquetas
Manage milestones for issues and pull requests in the repositoryCriar e editar marcos para problemas e pull requests
Mark an issue or pull request in the repository as a duplicateMarcando problemas ou pull requests como duplicados
Create, merge, and close pull requests in the repositoryComo propor alterações no seu trabalho com solicitações de pull
Enable and disable auto-merge for a pull requestFazer merge automático de um pull request
Apply suggested changes to pull requests in the repositoryIncorporando feedback em sua pull request
Create a pull request from a fork of the repositoryCriando uma pull request a partir de uma bifurcação
Submit a review on a pull request that affects the mergeability of the pull requestRevisar alterações proposta em pull requests
Create and edit a wiki for the repositorySobre wikis
Create and edit releases for the repositoryGerenciar versões em repositórios
Act as a code owner for the repositorySobre os proprietários de código
Remove themselves as collaborators on the repositoryRemover a si mesmo de um repositório de colaborador

Further reading