1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Added filter out documentation using -

This commit is contained in:
Julian Joseph
2020-11-10 15:46:22 -08:00
committed by GitHub
parent 4bf4e55d4d
commit 00d01aa96f

View File

@@ -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 "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
For issues, you can also use search to: