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

Lottery for GitHub Discussions on top of just issues #179

Open yrodiere opened 2 months ago

yrodiere commented 2 months ago

Functionally would be very similar, even identical to what we do for issues.

Implementation-wise, would be quite different, as GitHub Discussions cannot be handled through REST APIs, only through GraphQL APIs.

cc @cescoffier