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.
CodePudding user response:
Try adding this -label:"" into user searching query.
-label:"label_A"
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.
CodePudding user response:
Try adding this -label:"" into user searching query.
-label:"label_A"