Thisara_Welmilla
Thisara_Welmilla

Reputation: 193

How to search github issues which does not have a particular label

I want to retrieve list of GitHub issue, which does not have "label_A".

enter image description here

What is should be the query part I need to be added to the searching bar.

Upvotes: 2

Views: 217

Answers (1)

Emma Deo
Emma Deo

Reputation: 58

Try adding this -label:"<label-name>" into user searching query.

-label:"label_A"

Upvotes: 3

Related Questions