about summary refs log tree commit diff
path: root/triagebot.toml
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2025-08-15 18:13:33 -0400
committerGitHub <noreply@github.com>2025-08-15 18:13:33 -0400
commitcf28e2b0d58c2f4a7fdcb9b38f9a186716c07ab6 (patch)
tree843d714aa400e0fcf7fa21a13fad91fa1e4ed451 /triagebot.toml
parent2a9bb562ff41bdfa2df63977c48ff521081d2c20 (diff)
parentcd37ed50fadd0e932ac7c77c866683a546192f7a (diff)
downloadrust-cf28e2b0d58c2f4a7fdcb9b38f9a186716c07ab6.tar.gz
rust-cf28e2b0d58c2f4a7fdcb9b38f9a186716c07ab6.zip
Rollup merge of #145466 - Urgau:triagebot-range-diff, r=Kobzol
Enable new `[range-diff]` feature in triagebot

This new feature adds a comment to triagebot range-diff feature when a PR is rebased  onto a different base/master commit.

Related to [#t-compiler > Experimental range-diff for force-push @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Experimental.20range-diff.20for.20force-push/near/534649322)

r? Kobzol
Diffstat (limited to 'triagebot.toml')
-rw-r--r--triagebot.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index de89a4b4e72..2f31a30019b 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1596,3 +1596,8 @@ days-threshold = 28
 # Documentation at: https://forge.rust-lang.org/triagebot/concern.html
 [concern]
 labels = ["S-waiting-on-concerns"]
+
+# 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]