From 11f3506b4567a594291c13a3689c55905c07588c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 24 Sep 2025 16:12:54 -0700 Subject: [PATCH] Add triagebot range-diff feature This adds a comment on a PR when the author rebases to have a link to a better diff. --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 69bd56cf7c..4d22564819 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -9,6 +9,9 @@ allow-unauthenticated = [ [no-mentions] +# When rebasing, this will add a diff link in a comment. +[range-diff] + [issue-links] check-commits = false