Skip to content

Commit 284eefc

Browse files
authored
chore(triagebot): enable range-diff and review-changes-since (#16152)
### What does this PR try to resolve? Enable two new triagebot features, which are already adopted in rust-lang/rust. **range-diff**: 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 **review-changes-since**: 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 <!-- TRIAGEBOT_START --> <!-- TRIAGEBOT_SUMMARY_START --> ### Summary Notes - [range-diff example comments](#16152 (comment)) by [weihanglo](https://github.com/weihanglo) - [review-changes-since example comments](#16152 (comment)) by [weihanglo](https://github.com/weihanglo) *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/note.html) for details* <!-- TRIAGEBOT_SUMMARY_END --> <!-- TRIAGEBOT_END -->
2 parents fb392ba + f9d889b commit 284eefc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

triagebot.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ label = "O-windows"
3737
# Documentation at: https://forge.rust-lang.org/triagebot/note.html
3838
[note]
3939

40+
# Enable comments linking to triagebot range-diff when a PR is rebased
41+
# onto a different base commit
42+
# Documentation at: https://forge.rust-lang.org/triagebot/range-diff.html
43+
[range-diff]
44+
45+
# Adds at the end of a review body a link to view the changes that happened
46+
# since the review
47+
# Documentation at: https://forge.rust-lang.org/triagebot/review-changes-since.html
48+
[review-changes-since]
49+
4050
[merge-conflicts]
4151
remove = []
4252
add = ["S-waiting-on-author"]
@@ -52,7 +62,6 @@ warn_non_default_branch = true
5262
[assign.owners]
5363
"*" = ["@ehuss", "@epage", "@weihanglo"]
5464

55-
5665
[review-submitted]
5766
reviewed_label = "S-waiting-on-author"
5867
review_labels = ["S-waiting-on-review"]

0 commit comments

Comments
 (0)