From 17a9fe0323389f37025e75e75fb5c0dfc2d415bc Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 4 Dec 2025 18:15:35 -0500 Subject: [PATCH] triagebot: Enable the range-diff feature --- triagebot.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index eba5cdd88..57f9a0849 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -19,3 +19,8 @@ check-commits = false # Enable issue transfers within the org # Documentation at: https://forge.rust-lang.org/triagebot/transfer.html [transfer] + +# Enable comments linking to triagebot range-diff when a PR is rebased +# onto a different base commit +# Documentation at: https://forge.rust-lang.org/triagebot/range-diff.html +[range-diff]