rust-lang / triagebot

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

'r?' without auto-assignment #1674

Open RalfJung opened 1 year ago

RalfJung commented 1 year ago

In Miri I'd like to use r? but we don't currently want automatic assignment of PR reviewers. However, according to the docs:

If the owners map is configured, then triagebot will automatically select a reviewer based on which files were modified in the PR. This also enables the ability for users to post a comment with r? name to set the assignment to a specific user.

Is there a way to enable r? comments without having an owners map?

ehuss commented 1 year ago

Not really. You can use @rustbot assign @user if you are a team member.

RalfJung commented 1 year ago

I guess that works, though r? is so much shorter, would be nice to also be able to use that.