1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Merge pull request #51617 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-07-10 11:35:47 -07:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -73,11 +73,12 @@ You can add up to 15 of your own custom filters.
## Custom filter limitations
Custom filters do not currently support:
* Full text search in your inbox, including searching for pull request or issue titles.
* Full text search in your inbox, including searching for pull request or issue titles
* Distinguishing between the `is:issue`, `is:pr`, and `is:pull-request` query filters. These queries will return both issues and pull requests.
* Creating more than 15 custom filters.
* Changing the default filters or their order.
* Search [exclusion](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#exclude-certain-results) using `NOT` or `-QUALIFIER`.
* Creating more than 15 custom filters
* Changing the default filters or their order
* Search [exclusion](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#exclude-certain-results) using `NOT` or `-QUALIFIER`
## Supported queries for custom filters

View File

@@ -193,6 +193,7 @@ For pull requests, you can also use search to:
* Filter pull requests that someone has asked you directly to review: `state:open type:pr user-review-requested:@me`
* Filter pull requests by the team requested for review: `state:open type:pr team-review-requested:github/docs`
* Filter for pull requests that are linked to an issue that the pull request may close: `linked:issue`
* Filter pull requests by state of [merging](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/about-pull-request-merges): `is:merged` or `is:unmerged`
## Sorting issues and pull requests