refined-github/refined-github
`bugs-tab` undercounts bugs if repo uses labels and types inconsistently
Offen
#8.579 geöffnet am 24.07.2025
bughelp wanted
Repository-Metriken
- Stars
- (22.918 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 1T 18h) (44 gemergte PRs in 30 T)
Beschreibung
A repo with three issues:
These are 3 bug, but the tab will show 2.
We should count the issues returned by the exact search query we show the user in the end: is:issue is:open (label:bug OR type:Bug)
The problem is that this further delays the tab because it needs:
- query to find the exact bugs label used by the repo
- query to count the issues returned by the search query
Followup to https://github.com/refined-github/refined-github/pull/8578