Skip to content

Commit c454f28

Browse files
authored
Merge pull request #42327 from github/repo-sync
Repo sync
2 parents 1f326e6 + 2820355 commit c454f28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,10 @@ With issue and pull request search terms, you can:
216216
* Filter out search terms by using `-` before the term: `state:open is:issue -author:octocat`
217217

218218
> [!TIP]
219-
> You can filter issues by label using logical OR or using logical AND.
220-
> * To filter issues using logical OR, use the comma syntax: `label:"bug","wip"`.
221-
> * To filter issues using logical AND, use separate label filters: `label:"bug" label:"wip"`.
219+
> * You can filter issues by label using logical OR or using logical AND.
220+
> * To filter issues using logical OR, use the comma syntax: `label:"bug","wip"`.
221+
> * To filter issues using logical AND, use separate label filters: `label:"bug" label:"wip"`.
222+
> * You can use `@copilot` with qualifiers like `assignee:` and `author:` to search for issues and pull requests assigned to or authored by {% data variables.product.prodname_copilot_short %}. For example, `assignee:@copilot` or `author:@copilot`.
222223
223224
For issues, you can also use search to:
224225

0 commit comments

Comments
 (0)