From caf70648d2c7877c7a706800d035a80b92d21d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 4 Nov 2025 09:54:18 +0100 Subject: [PATCH] Document `@rustbot reroll` --- src/triagebot/pr-assignment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/triagebot/pr-assignment.md b/src/triagebot/pr-assignment.md index 702e9908..ed30f5c7 100644 --- a/src/triagebot/pr-assignment.md +++ b/src/triagebot/pr-assignment.md @@ -38,6 +38,10 @@ Using `r? ghost` in the initial PR top-level comment when opening a PR will disa It is used here for convenience. This is typically used for rollups or experiments where you don't want any assignments or noise. +### Rerolling + +If you want to reroll a different reviewer based on the file diff of a pull request (in other words, if you want to replicate what happens when you open a PR without an explicit `r?`), you can use the `@rustbot reroll` command. + ## Configuration PR assignment is enabled on the repository by having an `[assign.owners]` table in `triagebot.toml`: