Skip to content

Commit c3fb152

Browse files
committed
Allow using r? even without the owners table
The highfive bot hasn't been used in quite some time
1 parent ffcf40d commit c3fb152

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/handlers/assign.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,6 @@ pub(super) async fn handle_command(
498498
return Ok(());
499499
}
500500
AssignCommand::RequestReview { name } => {
501-
if config.owners.is_empty() {
502-
// To avoid conflicts with the highfive bot while transitioning,
503-
// r? is ignored if `owners` is not configured in triagebot.toml.
504-
return Ok(());
505-
}
506501
let db_client = ctx.db.get().await;
507502
if is_self_assign(&name, &event.user().login) {
508503
name.to_string()

0 commit comments

Comments
 (0)