sindresorhus/refined-github

Add issues with `:bug: Bug` to the bug tab #3494

aminya posted onGitHub

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

https://github.com/sindresorhus/refined-github/issues/2897

Another point to take into account is currently logical operators do not work (label:bug OR label::bug: Bug). So any other labels would require a brand new query for every repo.

I also don't think its possible to do label like bug

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

Fund this Issue

$0.00
Funded

Pull requests