1
0
mirror of synced 2026-02-01 03:01:50 -05:00

Merge pull request #28512 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-06-15 04:36:51 -05:00
committed by GitHub

View File

@@ -41,6 +41,16 @@ Starring a repository is a simple two-step process.
![Untarring a repository](/assets/images/help/stars/unstarring-a-repository.png)
{% ifversion fpt or ghec %}
## Viewing who has starred a repository
You can view everyone who has starred a public repository or a private repository you have access to.
To view everyone who has starred a repository, add `/stargazers` to the end of the URL of a repository. For example, to view stargazers for the github/docs repository, visit https://github.com/github/docs/stargazers.
## Organizing starred repositories with lists
{% note %}