Add (quicker) way to filter for "open issues without a pr" #3379
dertieran posted onGitHub
I recently noticed the linked prs/issues in the issue/pr list and was wondering if it was possible to add a filter for it. I couldn't find any filter option in the UI, so I searched the docs and found that it is possible to filter for them and even to filter for issues/prs without a linked pr/issue.
This allows to build queries like "open issues without a (linked) pr" (is:issue is:open -linked:pr
).
Which might be quite useful for open source contributes to find issues that are available to work on.
(This was one of the main reasons why I opened #1507, to add a way to exclude the has PR
label more easily)
I'm not quite sure where to add this and if all filter options should be added to the issues and prs lists. But I think it might be useful to make this filter easier to access and maybe even more prominent? Interested to know what others think about this or if that even would be useful to have.
For more reference the blog post about this feature.