question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for labels other than "bug" in `bugs-tab`

See original GitHub issue

I love bugs-tab but it doesn’t show up https://github.com/nodejs/node, which I work on, because we use the <kbd>confirmed-bug</kbd> label for bugs, rather than bug.

Could the label name be configurable? Or, could we list the labels and use ones that match /\bbug\b/? 🤔

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
yakov116commented, Jul 13, 2021

If anyone wants to do this, the following is the query

    labels(query: "bug", first: 10) {
      nodes {
        name
      }
    }
2reactions
fregantecommented, Jul 13, 2021

I feel like we may be biting ourselves in the back

True, we do risk getting requests for new labels occasionally, but since there have only ever been 2 requests for custom bug labels I think we’ll be fine.

As for “the wrong label,” that’s why I suggested using a predefined list instead of using /bug/i to guess the label. We can see what the common big repos are using and add those to our list. We can decide which label makes the cut later on.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add support for bug-fix / bugfix labels in bugs-tab #5951
Some repositories with more than 1k stars that use the bug-fix label: https://github.com/axios/axios/issues?q=is%3Aissue+label%3Abug-fix+ ...
Read more >
'Similar Bugs' tab on searching bugs similar to bz 7589. ed to a...
For example, when a user is exploring a bug (bz_7859) in the repository and wants to identify other similar bugs, the search feature...
Read more >
Bugs/Triage
Thus crash bugs differ from other bugs in two important aspects: they ... the bug as 'Triaged', and add the tag 'needs-packaging' to...
Read more >
Email Collaboration and Create Custom Fields for Bug ...
See the presentation below and find quick ways to collaborate with projects via an email. Have a look and let us know your...
Read more >
Solved Description: Web bugs are considered more invasive
Question: Description: Web bugs are considered more invasive than cookies. ... Click the Web Bugs tab on the home page, and read all...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found