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
This commit is contained in:
Jacob Pratt 2025-08-15 18:13:33 -04:00 committed by GitHub
commit cf28e2b0d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]