rust-lang / triagebot

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

Fix auto-assignment not filtering out author. #1663

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

In some cases when a user is listed explicitly in the [assign] table, their name was not getting filtered if they are the PR author or current assignee. This PR adds the missing check for this case.

Closes #1662