rust-lang / triagebot

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

Fix Zulip commands that don't give a response. #1706

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

The previous PR #1702 changed the Zulip error handling, but missed a case where response_not_required was intended to be returned. This fixes it by using Option<String> as the response, and interpreting None as not requiring a response.