diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-08-28 08:15:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-28 08:15:18 +0000 |
| commit | c0f29d71c0a8734e703c57a2a9453f772455cf71 (patch) | |
| tree | 4064f582004f8c29d8edcf869301ab28437c1df7 | |
| parent | f982b48e6aabd9ad00523f65fdb116a7bf6eb422 (diff) | |
| parent | 7f1dfe08964b5671d4110efa73833ba40669e935 (diff) | |
| download | rust-c0f29d71c0a8734e703c57a2a9453f772455cf71.tar.gz rust-c0f29d71c0a8734e703c57a2a9453f772455cf71.zip | |
triagebot: Amend a review to include a link to what was changed since (#15580)
[This feature](https://forge.rust-lang.org/triagebot/review-changes-since.html) adds a handy link to each review message (it doesn't create a new comment) that allows the reviewer or other people to check what has been changed in the PR since the review took place. changelog: none r? flip1995
| -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 = [ |
