Skip to content

Commit

Permalink
Merge pull request #1248 from Julian88Tex/patch-1
Browse files Browse the repository at this point in the history
Added filter out documentation using `-`
  • Loading branch information
lecoursen authored Dec 2, 2020
2 parents 8c0de1e + 78921a4 commit b16c30a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ With issue and pull request search terms, you can:
- Filter issues and pull requests that involve, but don't necessarily [**@mention**](/articles/basic-writing-and-formatting-syntax/#mentioning-people-and-teams), certain people: `state:open type:issue involves:octocat`
- Filter issues and pull requests by assignee: `state:open type:issue assignee:octocat`
- Filter issues and pull requests by label: `state:open type:issue label:"bug"`
- Filter out search terms by using `-` before the term: `state:open type:issue -author:octocat`

{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "[email protected]" or currentVersion == "github-ae@latest" %}
For issues, you can also use search to:
Expand Down

0 comments on commit b16c30a

Please sign in to comment.