From a650509c789da1656f813392b16aa1fa043b7f3e Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Sat, 29 Aug 2026 22:12:45 +0200 Subject: [PATCH] Add triagebot config to aid with code review --- triagebot.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 triagebot.toml diff --git a/triagebot.toml b/triagebot.toml new file mode 100644 index 0000000000..c2bb10ac19 --- /dev/null +++ b/triagebot.toml @@ -0,0 +1,9 @@ +# 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]