refined-github icon indicating copy to clipboard operation
refined-github copied to clipboard

`bugs-tab` should include the new "bug" type

Open fregante opened this issue 10 months ago • 1 comments

Originally asked by @mathomp4 in #7856

This seems to be as easy as adding OR type:Bug to the query in the right place:

https://github.com/QubesOS/qubes-issues/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3Abug%20OR%20type%3ABug%20

However like in this case the repo has no bug-related label at all, the feature might short-circuit before even attempting to query the repo.

fregante avatar Feb 26 '25 08:02 fregante

@fregante if I remember correctly we used the rest api since we could not do ORs (could be I am wrong) but they just starred to allow OR and ANd in GraphQL https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more

yakov116 avatar Mar 10 '25 13:03 yakov116