about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2025-04-10 11:48:47 +0000
committerGitHub <noreply@github.com>2025-04-10 11:48:47 +0000
commita10a7716783d2a8e5c9d350f05bc5329050429e4 (patch)
treea7bee62d2f30aea78857ed66ef2c226f104f3f0a
parent8e18cd614180048d479e6e95b93c1d9998967afc (diff)
parent2f6385f3dc32f6a752fc5c636fca3404b0b2d373 (diff)
downloadrust-a10a7716783d2a8e5c9d350f05bc5329050429e4.tar.gz
rust-a10a7716783d2a8e5c9d350f05bc5329050429e4.zip
Merge pull request #19555 from Urgau/patch-1
Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot
-rw-r--r--src/tools/rust-analyzer/triagebot.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/triagebot.toml b/src/tools/rust-analyzer/triagebot.toml
index 1138035d0e8..2201b5a5e7c 100644
--- a/src/tools/rust-analyzer/triagebot.toml
+++ b/src/tools/rust-analyzer/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]