diff options
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 79b6c2b792f..b2fb50918f5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -52,6 +52,9 @@ labels = ["S-waiting-on-concerns"] # Show differences when a PR is rebased [range-diff] +# Amend a review to include a link to what was changed since the review +[review-changes-since] + [assign] contributing_url = "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md" users_on_vacation = [ |
