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 Inviting collaborators to a personal repository.

Совет

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 Передача репозитория.

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 collaboratorsInviting collaborators to a personal repository
Change the visibility of the repositoryНастройка видимости репозитория
Rename a branch, including the default branchПереименование ветви
Merge a pull request on a protected branch, even if there are no approving reviewsСведения о защищенных ветвях
Delete the repositoryУдаление репозитория
Manage the repository's topicsКлассификация репозитория с помощью тем
Delete and restore packagesУдаление и восстановление пакета
Customize the repository's social media previewНастройка предварительной версии социальных сетей репозитория
Create a template from the repositoryСоздание репозитория шаблонов
Control access to Dependabot alertsУправление параметрами безопасности и анализа для репозитория
Define code owners for the repositoryО владельцах кода
Archive the repositoryАрхивирование репозиториев
Allow or disallow auto-merge for pull requestsУправление автоматическим слиянием для запросов на вытягивание в репозитории
Manage deploy keysУправление ключами развертывания
Manage 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.

Примечание.

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 repositoryСведения о вилках
Rename a branch other than the default branchПереименование ветви
Create, edit, and delete comments on commits, pull requests, and issues in the repository
Create, assign, close, and re-open issues in the repositoryДокументация по GitHub Issues
Manage labels for issues and pull requests in the repositoryУправление метками
Manage milestones for issues and pull requests in the repositoryСоздание и изменение вех для проблем и запросов на вытягивание
Mark an issue or pull request in the repository as a duplicateМаркировка проблем или запросов на вытягивание как дубликата
Create, merge, and close pull requests in the repositoryПредложение изменений в работе с помощью запросов на включение изменений
Enable and disable auto-merge for a pull requestАвтоматическое слияние запроса на вытягивание
Apply suggested changes to pull requests in the repositoryВнедрение отзывов в запрос на вытягивание
Create a pull request from a fork of the repositoryСоздание запроса на вытягивание из вилки
Submit a review on a pull request that affects the mergeability of the pull requestПросмотр предлагаемых изменений в запросе на вытягивание
Create and edit a wiki for the repositoryСведения о вики-сайтах
Create and edit releases for the repositoryУправление выпусками в репозитории
Act as a code owner for the repositoryО владельцах кода
Remove themselves as collaborators on the repositoryRemoving yourself from a collaborator's repository

Further reading