rust-lang / triagebot

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

Ignore r? in unconfigured repositories #1666

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

Some people use r? as a convention to tag a specific user to review something even if the repository is not configured with triagebot.toml. Instead of forcing people to set up an empty triagebot.toml file, this PR just ignores r? when triagebot.toml doesn't exist.