rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
170 stars 74 forks source link

Provide a better error message when r? fails #1668

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

Currently when r? fails when there are no candidates, it provides a rather obtuse error message. This PR enhances it so that the error message has a little more detail. These errors can happen with a misconfiguration (like a cyclical group), or when the PR author (or current assignee) is the only user in a group.