The issue has been closed
It would be nice if the issues with :bug: Bug
or bug :beetle:
are added to the bug tab.
Example of a repository that uses this:
parcel
electron
To generalize this, I guess it is better to search in the label and add it to Bugs if "bug"
is found.

See #2749:
It would strictly link to the bug label, which is the most common label name.
We can't cover all cases (bugs
, type: bug
, etc.)
To generalize this, I guess it is better to search in the label and add it to Bugs if "bug" is found.
Interesting idea, but that may cause false positives 🤔 (some repo may have tags like not-a-bug
)
posted by kidonng over 4 years ago
You should either take the individual approach like you are doing now and improve it by adding more to the list, or take the regex approach.
Interesting idea, but that may cause false positives 🤔 (some repo may have tags like not-a-bug)
I would be surprised if such a label exists. This is so rare that we can add that to the ignore list. The chance of having not-a-bug
is much less than the chance of people using other bug labels
The decision is up to you.
posted by aminya over 4 years ago
posted by yakov116 over 4 years ago 
#2897
That's the issue I was looking for 😄
posted by kidonng over 4 years ago
We’re limited by the search (and its API): it doesn’t accept regexes, so we can’t use them
posted by fregante over 4 years ago
@fregante Could you keep the issue open? This isn't solved yet. Having it open keeps this on the radar.
posted by aminya over 4 years ago
There's no radar if there's no way to solve it
posted by fregante over 4 years ago