diff --git a/triagebot.toml b/triagebot.toml index 5d79e0bd3bb..6c875c2d818 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -37,6 +37,16 @@ label = "O-windows" # Documentation at: https://forge.rust-lang.org/triagebot/note.html [note] +# 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] + +# Adds at the end of a review body a link to view the changes that happened +# since the review +# Documentation at: https://forge.rust-lang.org/triagebot/review-changes-since.html +[review-changes-since] + [merge-conflicts] remove = [] add = ["S-waiting-on-author"] @@ -52,7 +62,6 @@ warn_non_default_branch = true [assign.owners] "*" = ["@ehuss", "@epage", "@weihanglo"] - [review-submitted] reviewed_label = "S-waiting-on-author" review_labels = ["S-waiting-on-review"]