1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #29756 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-08-09 11:35:45 -04:00
committed by GitHub

View File

@@ -90,7 +90,7 @@ You can search repositories based on the number of stars the repositories have,
| Qualifier | Example
| ------------- | -------------
| <code>stars:<em>n</em></code> | [**stars:500**](https://github.com/search?utf8=%E2%9C%93&q=stars%3A500&type=Repositories) matches repositories with exactly 500 stars.
| | [**stars:10..20**](https://github.com/search?q=stars%3A10..20+size%3A%3C1000&type=Repositories) matches repositories 10 to 20 stars, that are smaller than 1000 KB.
| | [**stars:10..20 size:<1000**](https://github.com/search?q=stars%3A10..20+size%3A%3C1000&type=Repositories) matches repositories 10 to 20 stars, that are smaller than 1000 KB.
| | [**stars:&gt;=500 fork:true language:php**](https://github.com/search?q=stars%3A%3E%3D500+fork%3Atrue+language%3Aphp&type=Repositories) matches repositories with the at least 500 stars, including forked ones, that are written in PHP.
## Search by when a repository was created or last updated