rust-lang / triagebot

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

Fix mentions elided for the author. #1630

Closed ehuss closed 2 years ago

ehuss commented 2 years ago

The mentions code was intended to not ping if the author is in the mention list. The author check was not working because the @ symbol was in the way. This fixes it to strip the @ so the author check works.

jyn514 commented 2 years ago

Err I may be thinking of a different part of the codebase actually... But either way this fix looks right.