Skip to content

Commit

Permalink
Merge pull request github#34323 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Aug 16, 2024
2 parents ddbab8e + 7fde978 commit f6338ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Filter| Description

## Search query syntax

You can compose a search query from one or more `key:value` pairs, separated by AND/OR logical operators. For example, to see all actions that have affected the repository `octocat/Spoon-Knife` since the beginning of 2017:
You can compose a search query from one or more `key:value` pairs. For example, to see all actions that have affected the repository `octocat/Spoon-Knife` since the beginning of 2017:

`repo:"octocat/Spoon-Knife" AND created:>=2017-01-01`
`repo:"octocat/Spoon-Knife" created:>=2017-01-01`

The `key:value` pairs that can be used in a search query are:

Expand Down

0 comments on commit f6338ef

Please sign in to comment.