We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f15cc8 commit 0a2b61dCopy full SHA for 0a2b61d
triagebot.toml
@@ -37,6 +37,11 @@ label = "O-windows"
37
# Documentation at: https://forge.rust-lang.org/triagebot/note.html
38
[note]
39
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
[merge-conflicts]
46
remove = []
47
add = ["S-waiting-on-author"]
@@ -52,7 +57,6 @@ warn_non_default_branch = true
52
57
[assign.owners]
53
58
"*" = ["@ehuss", "@epage", "@weihanglo"]
54
59
55
-
56
60
[review-submitted]
61
reviewed_label = "S-waiting-on-author"
62
review_labels = ["S-waiting-on-review"]
0 commit comments