Skip to content

Commit 2820355

Browse files
CopilottimrogersSiaraMist
authored
Document @copilot search qualifier for assignee and author filters (#59087)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com> Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
1 parent 260f0a1 commit 2820355

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)