Skip to content

Commit 0744c88

Browse files
authored
Activate range-diff feature of triagebot (#15538)
This [feature](https://forge.rust-lang.org/triagebot/range-diff.html) shows the changes when a PR is rebased, while the GitHub UI would mix the actual changes with the ones coming from the rebase. changelog: none r? @flip1995
2 parents 9e1c9eb + f794588 commit 0744c88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

triagebot.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ new_pr = true
4949
# These labels are set when there are unresolved concerns, removed otherwise
5050
labels = ["S-waiting-on-concerns"]
5151

52+
# Show differences when a PR is rebased
53+
[range-diff]
54+
5255
[assign]
5356
contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md"
5457
users_on_vacation = [

0 commit comments

Comments
 (0)