Reputation: 193
I want to retrieve list of GitHub issue, which does not have "label_A".
What is should be the query part I need to be added to the searching bar.
Upvotes: 2
Views: 217
Reputation: 58
Try adding this -label:"<label-name>"
into user searching query.
-label:"label_A"
Upvotes: 3