Skip to content

Commit 0a2b61d

Browse files
committed
chore(triagebot): enable 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
1 parent 4f15cc8 commit 0a2b61d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

triagebot.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ 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+
4045
[merge-conflicts]
4146
remove = []
4247
add = ["S-waiting-on-author"]
@@ -52,7 +57,6 @@ warn_non_default_branch = true
5257
[assign.owners]
5358
"*" = ["@ehuss", "@epage", "@weihanglo"]
5459

55-
5660
[review-submitted]
5761
reviewed_label = "S-waiting-on-author"
5862
review_labels = ["S-waiting-on-review"]

0 commit comments

Comments
 (0)