Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #19555 from Urgau/patch-1
Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot
Lukas Wirth 2025-04-10
parent 55efab8 · parent f1d9795 · commit 062205f
-rw-r--r--triagebot.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 1138035d0e..2201b5a5e7 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -21,3 +21,9 @@ exclude_titles = [ # exclude syncs from subtree in rust-lang/rust
labels = ["has-merge-commits", "S-waiting-on-author"]
[transfer]
+
+# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree
+[canonicalize-issue-links]
+
+# Prevents mentions in commits to avoid users being spammed
+[no-mentions]