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.
2 parents 70fe61f + ba85edf commit 3248d86Copy full SHA for 3248d86
src/tools/miri/triagebot.toml
@@ -50,8 +50,11 @@ new_pr = true
50
[autolabel."S-waiting-on-author"]
51
new_draft = true
52
53
-# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree
+# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree.
54
[canonicalize-issue-links]
55
56
-# Prevents mentions in commits to avoid users being spammed
+# Prevents mentions in commits to avoid users being spammed.
57
[no-mentions]
58
+
59
+# Show range-diff links on force pushes.
60
+[range-diff]
0 commit comments