rust-lang / triagebot

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

A case where rustbot assigned the PR author as the reviewer #1662

Closed fmease closed 1 year ago

fmease commented 1 year ago

In rust-lang/rust#103648, rustbot assigned the PR author as the reviewer. CC @jyn514

There appears to be some code specifically to avoid this problem but for some reason it did not succeed in this situation:

https://github.com/rust-lang/triagebot/blob/ca14859243a6f6dda123bf4d759392186c88b685/src/handlers/assign.rs#L630-L637