Fix inaccurate documentation about logical OR/AND label filtering for pull requests (#57523)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: canuckjacq <11161530+canuckjacq@users.noreply.github.com>
This commit is contained in:
@@ -216,7 +216,7 @@ With issue and pull request search terms, you can:
|
|||||||
* Filter out search terms by using `-` before the term: `state:open type:issue -author:octocat`
|
* Filter out search terms by using `-` before the term: `state:open type:issue -author:octocat`
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> You can filter issues and pull requests by label using logical OR or using logical AND.
|
> You can filter issues by label using logical OR or using logical AND.
|
||||||
> * To filter issues using logical OR, use the comma syntax: `label:"bug","wip"`.
|
> * To filter issues using logical OR, use the comma syntax: `label:"bug","wip"`.
|
||||||
> * To filter issues using logical AND, use separate label filters: `label:"bug" label:"wip"`.
|
> * To filter issues using logical AND, use separate label filters: `label:"bug" label:"wip"`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user