Skip to content

Commit 00286ef

Browse files
authored
Merge pull request #1937 from Kobzol/allow-r
Allow using r? even without the owners table
2 parents de42354 + c3fb152 commit 00286ef

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)