Update `is:` qualifier documentation (#43527)

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Luke Francl 2023-10-02 00:43:08 -07:00 коммит произвёл GitHub
Родитель 49e87522db
Коммит 23b8841ef9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -265,7 +265,14 @@ This query would only match files containing the term `README.md`, rather than m
### Is qualifier
To filter based on repository properties, you can use the `is:` qualifier. At this time, `is:` supports two values: `archived`, which restricts the search to archived repositories, and `fork`, which restricts the search to forked repositories. For example:
To filter based on repository properties, you can use the `is:` qualifier. `is:` supports the following values:
- `archived`: restricts the search to archived repositories.
- `fork`: restricts the search to forked repositories.
- `vendored`: restricts the search to content detected as vendored.
- `generated`: restricts the search to content detected as generated.
For example:
```text
path:/^MIT.txt$/ is:archived