GitHub Search – Filter Issues Without Specific Tag

githubsearch

Does the current GitHub issue search engine provide any way for users to search for reports without certain tag?

Classical use-case would be having a granular grouping such as [bug], [enhancement], [feature] etc. I'd like to search for all items without the [bug] tag.

Best Answer

I'd be happy to be proven wrong and delete my answer... but I think at the moment the answer is no. Not even the API for github Issues seems to allow this.

For your example, I think your best bet is to search for all labels except [bug]; or create a new label "non-bug". :)

You can of course contact github and put this "filter-out" feature in their suggestion box.