Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure the GitHub default issue filter parameters?

When searching for GitHub issues a default search filter (is:pr is:open) is applied. See this and this documentation pages of GitHub.

How can I configure an alternative default filter for this search?

The reason behind this is, that we want to hide our renovate bot PRs for normal operations.

like image 715
iptizer Avatar asked Apr 10 '26 07:04

iptizer


1 Answers

The only way I have found to do this is save a bookmark/favorite:

https://github.com/YourAccount/Repo/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+-label%3Abacklog++-label%3Abug

Filter:

is:issue is:open sort:updated-desc -label:backlog -label:bug

like image 144
tvbRPTI2754 Avatar answered Apr 18 '26 22:04

tvbRPTI2754



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!