Skip to content

Commit ecfdce7

Browse files
Copilotcanuckjacq
andauthored
Fix inaccurate documentation about logical OR/AND label filtering for pull requests (#57523)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: canuckjacq <[email protected]>
1 parent a98eac9 commit ecfdce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/issues/tracking-your-work-with-issues/using-issues/filtering-and-searching-issues-and-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ With issue and pull request search terms, you can:
216216
* Filter out search terms by using `-` before the term: `state:open type:issue -author:octocat`
217217

218218
> [!TIP]
219-
> You can filter issues and pull requests by label using logical OR or using logical AND.
219+
> You can filter issues by label using logical OR or using logical AND.
220220
> * To filter issues using logical OR, use the comma syntax: `label:"bug","wip"`.
221221
> * To filter issues using logical AND, use separate label filters: `label:"bug" label:"wip"`.
222222

0 commit comments

Comments
 (0)