Skip to content

Commit c20f199

Browse files
authored
triagebot: actually enable range-diff (#6777)
I kinda confused `review-changes-since` versus `range-diff` :D
1 parent f831d0c commit c20f199

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

triagebot.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ remove_labels = ["S-waiting-on-author"]
5656
# Those labels are added when PR author requests a review from an assignee
5757
add_labels = ["S-waiting-on-review"]
5858

59+
# Enable comments linking to triagebot range-diff when a PR is rebased
60+
# onto a different base commit.
61+
# Documentation at: https://forge.rust-lang.org/triagebot/range-diff.html
62+
[range-diff]
63+
5964
# Adds at the end of a review body a link to view the changes that happened
60-
# since the review
65+
# since the review.
6166
# Documentation at: https://forge.rust-lang.org/triagebot/review-changes-since.html
6267
[review-changes-since]
6368

0 commit comments

Comments
 (0)