quarkusio / quarkus-github-lottery

A Quarkus-powered application that regularly sends short lists of GitHub issues for triagers/maintainers to consider
Apache License 2.0
6 stars 3 forks source link

Add a section about issues that have received zero attention #181

Open geoand opened 1 month ago

geoand commented 1 month ago

GitHub provides a way to search for issues that have received no comments whatsoever. Here is an example search for bug in Quarkus that have received zero comments:

https://github.com/quarkusio/quarkus/issues?q=is%3Aissue+is%3Aopen++interactions%3A%3C1

This used the interactions criterion documented here.

P.S. Original Zulip discussion is here

yrodiere commented 1 month ago

Requires #182