We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
range-diff
1 parent f831d0c commit c20f199Copy full SHA for c20f199
triagebot.toml
@@ -56,8 +56,13 @@ remove_labels = ["S-waiting-on-author"]
56
# Those labels are added when PR author requests a review from an assignee
57
add_labels = ["S-waiting-on-review"]
58
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
+
64
# Adds at the end of a review body a link to view the changes that happened
-# since the review
65
+# since the review.
66
# Documentation at: https://forge.rust-lang.org/triagebot/review-changes-since.html
67
[review-changes-since]
68
0 commit comments