rust-lang / triagebot

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

Review requested: don't error if not configured #1735

Closed ehuss closed 8 months ago

ehuss commented 8 months ago

If someone clicks the little "request review" button in a repo that doesn't have review_requested configured, it was generating an error message. I don't think it should, since that is a normal GitHub feature that works fine without triagebot. This changes it so that clicking that button won't generate an error.