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

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:
Copilot
2025-09-12 14:57:03 +02:00
committed by GitHub
parent a98eac97cf
commit ecfdce7ab4

View File

@@ -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"`.