Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
I was specifically trying to find out how to search pull requests for everything NOT from a specific author. I didn't find anything in this article already (or an existing issue) with the tip to add the dash before the qualifier. I don't think it warrants its own section of the article, just maybe a single example, like in the Search by author section, showing how to do the logical NOT search.
Additional information
Here's a specific example for context (but I don't really want to include in the doc 😄 )
https://github.com/MicrosoftDocs/windows-itpro-docs/pulls?q=is%3Aopen+is%3Apr+-author%3Araju2529+
(that author has a lot of PRs, several hundred in the past few week, so trying to filter those out of the search results)