From 091c62bcf8ee84299fba4394056f72fad196008d 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 --- library/compiler-builtins/triagebot.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/compiler-builtins/triagebot.toml b/library/compiler-builtins/triagebot.toml index eba5cdd88b94..57f9a0849839 100644 --- a/library/compiler-builtins/triagebot.toml +++ b/library/compiler-builtins/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]