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 invite users to your repository as collaborators. For more information, see Mitarbeiter in ein persönliches Repository einladen.

Tipp

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 Repository übertragen.

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
Invite collaboratorsMitarbeiter in ein persönliches Repository einladen
Change the visibility of the repositorySichtbarkeit eines Repositorys festlegen
Limit interactions with the repositoryEinschränken von Interaktionen in deinem Repository
Rename a branch, including the default branchUmbenennen einer Verzweigung
Merge a pull request on a protected branch, even if there are no approving reviewsInformationen zu geschützten Branches
Delete the repositoryRepository löschen
Manage the repository's topicsDein Repository mit Themen klassifizieren
Manage security and analysis settings for the repositoryVerwalten von Sicherheits- und Analyseeinstellungen für dein Repository
Enable the dependency graph for a private repository, or public forkUntersuchen der Abhängigkeiten eines Repositorys
Delete and restore packagesLöschen und Wiederherstellen eines Pakets
Customize the repository's social media previewSocial-Media-Vorschau Deines Repositorys anpassen
Create a template from the repositoryEine Repository-Vorlage erstellen
Control access to Dependabot alertsVerwalten von Sicherheits- und Analyseeinstellungen für dein Repository
Dismiss Dependabot alerts in the repositoryAnzeigen und Aktualisieren von Dependabot-Warnungen
Manage data use for a private repositoryVerwalten von Sicherheits- und Analyseeinstellungen für dein Repository
Define code owners for the repositoryInformationen zu Codeinhabern
Archive the repositoryRepositorys archivieren
Create security advisoriesInformationen zu Sicherheitsempfehlungen für Repositorys
Display a sponsor buttonSponsorenschaltfläche in deinem Repository anzeigen
Allow or disallow auto-merge for pull requestsVerwalten der automatischen Zusammenführung für Pull Requests in deinem Repository
Manage deploy keysVerwalten von Bereitstellungsschlüsseln
Manage webhooksInformationen zu 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.

Hinweis

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 repositoryInformationen zu Forks
Rename a branch other than the default branchUmbenennen einer Verzweigung
Create, edit, and delete comments on commits, pull requests, and issues in the repository
Create, assign, close, and re-open issues in the repositoryDokumentation zu GitHub Issues
Manage labels for issues and pull requests in the repositoryVerwalten von Bezeichnungen
Manage milestones for issues and pull requests in the repositoryMeilensteine für Issues und Pull Requests erstellen und bearbeiten
Mark an issue or pull request in the repository as a duplicateMarkieren von Problemen oder Pull Requests als ein Duplikat
Create, merge, and close pull requests in the repositoryÄnderungen an Deiner Arbeit mittels Pull Requests vorschlagen
Enable and disable auto-merge for a pull requestAutomatisches Zusammenführen eines Pull Requests
Apply suggested changes to pull requests in the repositoryFeedback in Deinen Pull Request aufnehmen
Create a pull request from a fork of the repositoryEinen Pull Request von einem Fork erstellen
Submit a review on a pull request that affects the mergeability of the pull requestVorgeschlagene Änderungen in einem Pull Request überprüfen
Create and edit a wiki for the repositoryInformationen zu Wikis
Create and edit releases for the repositoryVeröffentlichungen in einem Repository verwalten
Act as a code owner for the repositoryInformationen zu Codeinhabern
Publish, view, or install packagesInformationen zu GitHub-Paketen
Remove themselves as collaborators on the repositorySich selbst aus dem Repository eines Mitarbeiters entfernen

Further reading